mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Compatibility with v17 beta3 (#3120)
`standby_slot_names` was renamed to `synchronized_standby_slots`
This commit is contained in:
@@ -1342,9 +1342,6 @@ parameters:
|
|||||||
standard_conforming_strings:
|
standard_conforming_strings:
|
||||||
- type: Bool
|
- type: Bool
|
||||||
version_from: 90300
|
version_from: 90300
|
||||||
standby_slot_names:
|
|
||||||
- type: String
|
|
||||||
version_from: 170000
|
|
||||||
statement_timeout:
|
statement_timeout:
|
||||||
- type: Integer
|
- type: Integer
|
||||||
version_from: 90300
|
version_from: 90300
|
||||||
@@ -1387,6 +1384,9 @@ parameters:
|
|||||||
synchronize_seqscans:
|
synchronize_seqscans:
|
||||||
- type: Bool
|
- type: Bool
|
||||||
version_from: 90300
|
version_from: 90300
|
||||||
|
synchronized_standby_slots:
|
||||||
|
- type: String
|
||||||
|
version_from: 170000
|
||||||
synchronous_commit:
|
synchronous_commit:
|
||||||
- type: EnumBool
|
- type: EnumBool
|
||||||
version_from: 90300
|
version_from: 90300
|
||||||
|
|||||||
Reference in New Issue
Block a user