Re: [PATCH] Fix stale relation close in sequence synchronization

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix stale relation close in sequence synchronization
Date: 2026-05-01 10:41:39
Message-ID: CAA4eK1K4qzmDLrENMdTS_K_YJ7QueCTss=up8k-YEvW=F5xrLA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 1, 2026 at 11:55 AM Ayush Tiwari
<ayushtiwari(dot)slg01(at)gmail(dot)com> wrote:
>
> Thanks for confirming.
>
> On Fri, 1 May 2026 at 11:47, vignesh C <vignesh21(at)gmail(dot)com> wrote:
>>
>>
>> Thanks, the patch worked in my environment. We have made a similar fix
>> earlier at commit "def0ce3370689b939c6d7a3c3eb824d69989ef6e".
>> Can you add one comment to say something like:
>> # Make sure pg_hba.conf is set up to allow connections from regress_seq_repl.
>> # This is only needed on Windows machines that don't use UNIX sockets.
>>
>> +$node_publisher->init(
>> + allows_streaming => 'logical',
>> + auth_extra => [ '--create-role' => 'regress_seq_repl' ]);
>
>
> Added the comment, attaching v2 patch.
>

Thanks for the investigation. Pushed.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2026-05-01 12:05:57 Re: Use-after-free issue in postgres_fdw
Previous Message Salma El-Sayed 2026-05-01 09:52:54 [GSoC 2026] - B-tree Index Bloat Reduction - Introduction