Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edits to Docs 1095 pg failover slots v110 #6202 #6243

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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. |