repmgrd: on a cascaded standby, don't fail over if "failover=manual"

Addresses GitHub #531.
This commit is contained in:
Ian Barwick
2019-01-21 14:14:14 +09:00
parent d261768541
commit 58efb0f158
4 changed files with 47 additions and 9 deletions

View File

@@ -8,6 +8,8 @@
repmgr: "standby switchover": improve handling of connection URIs when
executing "node rejoin" on the demotion candidate; GitHub #525 (Ian)
repmgrd: check binary and extension major versions match; GitHub #515 (Ian)
repmgrd: on a cascaded standby, don't fail over if "failover=manual";
GitHub #531 (Ian)
4.2.1 2018-??-??
repmgr: add sanity check for correct extension version (Ian)