Releases: EnterpriseDB/pg_failover_slots
Releases · EnterpriseDB/pg_failover_slots
1.1.0
Version 1.1.0 contains bug fixes, enhanced configurability, and support for the most recent PostgreSQL major version.
-
Add support for PostgreSQL 17
-
Bug fix: Do not drop physical slots on standby
It would previously also drop physical replication slots on the standby if they did not exist on the primary. This was never the intention. Now it only touches logical replication slots.
-
New configuration setting:
pg_failover_slots.maintenance_db
This value was previously hardcoded.
-
New configuration setting:
pg_failover_slots.worker_nap_time
This value was previously hardcoded.
1.0.1
Version 1.0.1 fixes several compatibility bugs:
- Fix support for PG13 and older.
The missing interfaces caused either disconnects or outright crashes on PG13 and older. - Test compatibility improvements.
Tests now work on PG11, and are more resilient to testing on slower machines. - PG16 compatibility improvements
- Various minor cleanups