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

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect
Date: 2025-11-19 10:38:08
Message-ID: CAHGQGwHtE2cjQrjjzs9mJ966uvXWiT4K4O2hC9scr7AdGw=4dg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 19, 2025 at 3:22 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Attached is a patch implementing this idea.
> I've also added it to the next CommitFest.

I've fixed the compiler warning issue.
Attached is an updated version of the patch.

Regards,

--
Fujii Masao

Attachment Content-Type Size
v2-0001-Honor-GUC-settings-specified-in-CREATE-SUBSCRIPTI.patch application/octet-stream 3.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2025-11-19 10:44:17 Re: log_min_messages per backend type
Previous Message Chao Li 2025-11-19 10:32:41 Re: backend/nodes cleanup: Move loop variables definitions into for statement