From: | Alyona Vinter <dlaaren8(at)gmail(dot)com> |
---|---|
To: | "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com> |
Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Resetting recovery target parameters in pg_createsubscriber |
Date: | 2025-09-08 04:07:22 |
Message-ID: | CAGWv16JR45Kz6TPBEUMZH0nVp6ew2FGA4w74cumyT7HYMHKd6g@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
CFbot indicated some issues with the patch. I've attached rebased versions
of the patches, so hopefully everything will be ok this time.
Best regards,
Alyona Vinter
On Fri, 5 Sept 2025 at 12:51, Alyona Vinter <dlaaren8(at)gmail(dot)com> wrote:
> Dear Hayato,
>
> Thank you for the review! My apologies for the error in the patch -- it
> looks like I accidentally modified it before sending =(. I've attached the
> fixed versions below.
>
> > Regarding patch content, your patch restores the postgresql.auto.conf
> after the
> > command runs. Initially I felt that it is enough to set below GUCs
> becasue only
> > they are changed from the default. Is there a reason why you fully
> restore them?
>
> I just found it easier to restore the original state of
> 'postgresql.auto.conf', as removing parameters from the file resets them to
> their default values. This approach achieves the same final state without
> having to explicitly set each one.
>
Attachment | Content-Type | Size |
---|---|---|
v3-0001-Reseting-recovery-target-parameters-in-pg_createsubscriber.patch | text/x-patch | 8.8 KB |
v3-0002-Implements-helper-function-in-recovery_gen.patch | text/x-patch | 3.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2025-09-08 04:20:04 | Re: Improve pg_sync_replication_slots() to wait for primary to advance |
Previous Message | BharatDB | 2025-09-08 03:54:46 | Re: Adding skip scan (including MDAM style range skip scan) to nbtree |