repmgr: have "standby follow" delete old replication slot, if possible

Addresses GitHub #272
This commit is contained in:
Ian Barwick
2017-02-16 16:12:16 +09:00
committed by Ian Barwick
parent fa30382f2c
commit 989f683bc6
2 changed files with 90 additions and 26 deletions

View File

@@ -3,6 +3,8 @@
monitoring table (Ian)
repmgrd: fix error in XLogRecPtr conversion when calculating
monitoring statistics (Ian)
repmgr: if replication slots in use, where possible delete slot on old
upstream node after following new upstream (Ian)
3.3 2016-12-27
repmgr: always log to STDERR even if log facility defined (Ian)