minor error message enhancement in refuseDupeIndexAttach

2025-04-15 Thread jian he
hi. minor error message enhancement in refuseDupeIndexAttach, we can change from errdetail("Another index is already attached for partition \"%s\"."...) to errdetail("Another index \"%s\" is already attached for partition \"%s\".") So we can

Re: minor error message enhancement in refuseDupeIndexAttach

2025-04-15 Thread Daniel Gustafsson
> On 15 Apr 2025, at 10:52, jian he wrote: > in refuseDupeIndexAttach, we can change from > > errdetail("Another index is already attached for partition \"%s\"."...) > > to > > errdetail("Another index \"%s\" is already attached for partition \"%s\".") > > So we can easily understand which in