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

From shveta malik
Subject Re: Issue with logical replication slot during switchover
Date
Msg-id CAJpy0uAn9CE2XfpJapUXB8igHiK2CbFD5pHuVTfty8ghrHDMug@mail.gmail.com
Whole thread Raw
In response to Re: Issue with logical replication slot during switchover  (Fabrice Chapuis <fabrice636861@gmail.com>)
Responses Re: Issue with logical replication slot during switchover
List pgsql-hackers
On Wed, Aug 27, 2025 at 7:55 PM Fabrice Chapuis <fabrice636861@gmail.com> wrote:
>
> For the first step (a), the pg_create_logical_replication_slot interface is extended.
> The slot on the new attached standby will be dropped and recreated if the flag allow_overwrite is set to true.
> I tested the modified source, could you please give me a feedback on code changes.
>

Thanks for working on this. Can you please provide a patch instead of
diff? It will be easier for reviewers to apply and test it then.

thanks
Shveta



pgsql-hackers by date:

Previous
From: Kirill Reshke
Date:
Subject: Re: How can end users know the cause of LR slot sync delays?
Next
From: shveta malik
Date:
Subject: Re: Conflict detection for update_deleted in logical replication