standby clone: add option --recovery-min-apply-delay

This overrides the equivalent setting in repmgr.conf, if present.

Note this option was available in repmgr versions prior to 4.0, but
was assumed to be redundant. However recently a use-case was made
for its reintroduction.
This commit is contained in:
Ian Barwick
2020-11-10 15:52:46 +09:00
parent 430d12b870
commit 7ee0098771
5 changed files with 45 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
5.2.1 2020-??-??
config: fix parsing of "replication_type"
standby clone: handle missing "postgresql.auto.conf"
standby clone: add option --recovery-min-apply-delay
5.2.0 2020-10-22
general: add support for PostgreSQL 13 (Ian)