| From: | Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com> |
|---|---|
| To: | vignesh C <vignesh21(at)gmail(dot)com> |
| Cc: | Ajin Cherian <itsajin(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(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 06:25:17 |
| Message-ID: | CAJTYsWVX3azE0-2zqJ-EsdoeGh48aoHpgevuDL1B_cGm6GFY7A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
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.
Regards,
Ayush
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Fix-Windows-SSPI-auth-in-sequence-subscription-test.patch | application/octet-stream | 1.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Karlsson | 2026-05-01 06:41:55 | Re: meson/testwrap: support EXTRA_REGRESS_OPTS environment variable |
| Previous Message | vignesh C | 2026-05-01 06:17:05 | Re: [PATCH] Fix stale relation close in sequence synchronization |