-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6202 from EnterpriseDB/docs-1095-pg_failover_slot…
…s-v110 Docs 1095 pg failover slots v110
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...pg_extensions/pg_failover_slots/rel_notes/pg_failover_slots_1.1.0_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
d22c8b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs-staging.netlify.app as production
🚀 Deployed on https://6734e1916b705d04d3f8fe87--edb-docs-staging.netlify.app