Re: pgsql: Add a slot synchronization function.

2024-02-13 Thread Amit Kapila
On Wed, Feb 14, 2024 at 10:13 AM Amit Kapila wrote: > > Add a slot synchronization function. > There are a few BF failures and it seems related to this commit. I am looking into those. -- With Regards, Amit Kapila.

pgsql: Add a slot synchronization function.

2024-02-13 Thread Amit Kapila
Add a slot synchronization function. This commit introduces a new SQL function pg_sync_replication_slots() which is used to synchronize the logical replication slots from the primary server to the physical standby so that logical replication can be resumed after a failover or planned switchover.