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-11-26 17:37:39
Message-ID: CALdSSPhHsfS95y+x-fKDuFpV_TSY2b-LuXtXnafLzZrinaDRpQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 22 Nov 2025 at 17:14, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
>
> Okay, thanks!
>
> I've updated the patch to use lengthof() as you suggested.
> The revised version is attached.
>
> Regards,
>
> --
> Fujii Masao

Looking at v3 raises two questions for me.

First is if we should have a doc notion of which variables ought to be
set to what.
Second, how do we actually test that subscription connection options
are applied on the subscriber side? Can we have TAP for this (is is
worth the troubles)?

--
Best regards,
Kirill Reshke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2025-11-26 17:41:39 Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer
Previous Message Tomas Vondra 2025-11-26 17:30:36 Re: Performance issues with parallelism and LIMIT