standby promote: enable "service_promote_command" in PostgreSQL 12

This enables the promote command generated internally by repmgr to
be overridden if desired, in the same way as for PostgreSQL 11 and
earlier.
This commit is contained in:
Ian Barwick
2020-03-06 13:20:44 +09:00
parent fb5ce720f3
commit 0bc0a28378
4 changed files with 30 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
5.1 2019-??-??
5.1 2020-??-??
repmgr: remove BDR 2.x support
repmgr: don't query upstream's data directory (Ian)
repmgr: rename --recovery-conf-only to --replication-conf-only (Ian)
@@ -14,6 +14,7 @@
repmgr: consolidate replication connection code (Ian)
repmgr: check permissions for "pg_promote()" and fall back to pg_ctl
if necessary (Ian)
repmgr: enable "service_promote_command" in PostgreSQL 12 (Ian)
5.0 2019-10-15
general: add PostgreSQL 12 support (Ian)