Thread
-
Re: [PATCH] Fix stale relation close in sequence synchronization
Amit Kapila <amit.kapila16@gmail.com> — 2026-05-01T10:41:39Z
On Fri, May 1, 2026 at 11:55 AM Ayush Tiwari <ayushtiwari.slg01@gmail.com> wrote: > > Thanks for confirming. > > On Fri, 1 May 2026 at 11:47, vignesh C <vignesh21@gmail.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.