repmgr: improve standby clone when synchronous replication in use

Fixes GitHub #277
This commit is contained in:
Ian Barwick
2017-03-16 16:40:54 +09:00
parent 478407fd86
commit 0ef532dcff
4 changed files with 55 additions and 26 deletions

View File

@@ -6,6 +6,7 @@
repmgr: if replication slots in use, where possible delete slot on old
upstream node after following new upstream (Ian)
repmgr: improve logging of rsync actions (Ian)
repmgr: improve `standby clone` when synchronous replication in use (Ian)
3.3 2016-12-27
repmgr: always log to STDERR even if log facility defined (Ian)