Skip to content

Commit

Permalink
Merge pull request #6202 from EnterpriseDB/docs-1095-pg_failover_slot…
Browse files Browse the repository at this point in the history
…s-v110

Docs 1095 pg failover slots v110
  • Loading branch information
piano35-edb authored Nov 13, 2024
2 parents f4e8854 + 2b2a25f commit d22c8b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: PG Failover Slots release notes
navTitle: "Release notes"
indexCards: none
navigation:
- pg_failover_slots_1.1.0_rel_notes
- pg_failover_slots_1.0.0_rel_notes
---
The PG Failover Slots documentation describes the latest version of PG Failover Slots,
including minor releases and patches. These release notes
Expand All @@ -11,8 +14,8 @@ about the release that introduced the feature.

| Version | Release Date |
| --------------------------- | ------------ |
| [1.1.0](pg_failover_slots_1.1.0_rel_notes) | 27 Aug 2024 |
| [1.0.0](pg_failover_slots_1.0.0_rel_notes) | 31 Mar 2023 |




Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Release notes for PG Failover Slots version 1.1.0
navTitle: "Version 1.1.0"
---

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. |
| Enhancement | New configuration setting: `pg_failover_slots.worker_nap_time`. This value was previously hardcoded. |

1 comment on commit d22c8b8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.