pg-failover-slots 1.0.1-2 source package in Ubuntu

Changelog

pg-failover-slots (1.0.1-2) unstable; urgency=medium

  * Team upload.
  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Sun, 17 Sep 2023 19:09:07 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pg-failover-slots_1.0.1-2.dsc 2.1 KiB 888539e4ec0228cd28da9595283fee1be0a7c882a5126e64e7020a5e68549130
pg-failover-slots_1.0.1.orig.tar.gz 18.1 KiB 8195aabc57b4300e6716541f972c177eaeb7c024eb444be69d5d5b90b1f7f9dc
pg-failover-slots_1.0.1-2.debian.tar.xz 3.0 KiB cf2b51c9a3c61bd5256aa40965d5105e95ebcc68d423afa9a91a85d0dfa5c777

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-pg-failover-slots: High-availability support for PostgreSQL logical replication

 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers

postgresql-16-pg-failover-slots-dbgsym: debug symbols for postgresql-16-pg-failover-slots