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

From Alexander Kukushkin
Subject Re: Issue with logical replication slot during switchover
Date
Msg-id CAFh8B=nWryz6aHfobaXXpEGjFoq0eLTyB05dP2G_ZFP6cXGxCg@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 all,

I don't think we really need to have allow_overwrite.
It is not possible to create logical slots on standby with failover=true, therefore we can safely rely on failover being true to understand that at some point this node was a primary and that this slot is supposed to be synced.
Please see the patch attached.

Regards,
--
Alexander Kukushkin
Attachment

pgsql-hackers by date:

Previous
From: BharatDB
Date:
Subject: Re: Checkpointer write combining
Next
From: Michael Paquier
Date:
Subject: Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal