Re: minor error message enhancement in refuseDupeIndexAttach

2025-08-20 Thread Peter Eisentraut
On 15.04.25 11:02, Daniel Gustafsson wrote: 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 ca

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