Re: Issue with logical replication slot during switchover - Mailing list pgsql-hackers

From Fabrice Chapuis
Subject Re: Issue with logical replication slot during switchover
Date
Msg-id CAA5-nLDXU3zVAKmeE5TYF0nyWjUDrxzK_2w5hmy0mgwqsEspRw@mail.gmail.com
Whole thread Raw
In response to Re: Issue with logical replication slot during switchover  (shveta malik <shveta.malik@gmail.com>)
List pgsql-hackers
Hi, 

Here is the v6 of the patch that I'll put in the current CF.

Regards,

Fabrice

On Tue, Oct 14, 2025 at 8:47 AM shveta malik <shveta.malik@gmail.com> wrote:
On Thu, Oct 9, 2025 at 6:26 PM Fabrice Chapuis <fabrice636861@gmail.com> wrote:
>
>
>
> Hi,
> Here is the patch V5, I change with your doc text proposition and the link.

There is a trailing whitespace warning while applying the patch.

Regarding:
+       on the standby (with synced=false) can be overwritten during logical

Can we replace 'with synced=false' with:

with <structfield>synced</structfield> field as <literal>false</literal>

> At this stage, the patch can be submitted to the current commit fest for review?
>

Sure. Please register the patch to CF and continue developing it further.

thanks
Shveta
Attachment

pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Improve pg_sync_replication_slots() to wait for primary to advance
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Remove make_temptable_name_n()