Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Date: 2025-12-02 06:37:08
Message-ID: CALdSSPhc9NuS6MyWeWmOmUp_Rap+nhouYh-obYxKf4Wx2ofusQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2 Dec 2025 at 11:02, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Thu, Nov 27, 2025 at 2:17 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > I've added the test and attached it as patch v4-0002.
> >
> > The test enables log_disconnections via the CONNECTION string and then checks
> > that the publisher's log contains the expected disconnection message after
> > the logical replication connection is reestablished.
>
> Barring any objections, I will commit the v4-001 patch and backpatch it to v15.
>
> Regards,
>
> --
> Fujii Masao

Sure lgtm. I actually checked v4-0001, but did not got any objections

--
Best regards,
Kirill Reshke

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-12-02 06:56:15 Re: SQL Property Graph Queries (SQL/PGQ)
Previous Message Dilip Kumar 2025-12-02 06:36:37 Re: Proposal: Conflict log history table for Logical Replication