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
parent f7af020ff3
commit 35b1208a57
2 changed files with 90 additions and 26 deletions

View File

@@ -7,6 +7,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)