Jump to letter: [
BCDEFGHILMOPRSTW
]
pg_failover_slots_14 - Makes PostgreSQL logical replication slots practically usable across physical failover.
- Description:
An extension that makes logical replication slots practically usable across
physical failover.
This extension does the following:
* Copy any missing slots from primary to standby
* Remove any slots from standby that are not found on primary
* Periodically synchronize position of slots on standby based on primary
* Ensure that selected standbys receive data before any of the logical slot
walsenders can send data to consumers.
Packages