Jump to letter: [
ABCEGHIJLMNOPRSTW
]
pg_slotsync95 - Script and extension to keep replication slot in sync between master and replicas
- Description:
pg_slotcontrol provides a simple extension for controlling the position
of a replication slot. It allows moving the position that the
replication slot reserves, to make sure it doesn't block WAL
unnecessarily. Note that actually using this on a logical replication
slot is likely to break the replication apply, but for a physical slot
it is safe as long as the WAL is archived elsewhere.
Packages