diff --git a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx index 0540d0bc280..368c2c384bc 100644 --- a/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx +++ b/advocacy_docs/pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx @@ -7,7 +7,7 @@ This release of PG Failover Slots includes: | Type | Description | | ------- | --------------------------------------- | -| Feature | Add support for PostgreSQL 17. | -| Bug fix | Do not drop physical slots on standby. Previously, physical replication slots were dropped on the standby if they didn't exist on the primary. This fix ensures only logical replication slots are acted upon. -| Enhancement | New configuration setting: `pg_failover_slots.maintenance_db`. This value was previously hardcoded. | +| Feature | Added support for PostgreSQL 17. | +| Bug fix | Physical slots aren't dropped on standby. Previously, physical replication slots were dropped on the standby if they didn't exist on the primary. This fix ensures only logical replication slots are acted upon. +| Enhancement | New configuration setting: `pg_failover_slots.maintenance_db`. This value was previously hardcoded. | | Enhancement | New configuration setting: `pg_failover_slots.worker_nap_time`. This value was previously hardcoded. | \ No newline at end of file