From 0c5025b3d68f961bf7a09bd98e3afe1328bee6a5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 23 Oct 2015 09:21:01 +0900 Subject: [PATCH] Add note about checking replication slots when following upstream node --- repmgrd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repmgrd.c b/repmgrd.c index 35e004c2..f3d83d96 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1600,6 +1600,8 @@ do_master_failover(void) * It might be worth providing a selection of reconnection strategies * as different behaviour might be desirable in different situations; * or maybe the option not to reconnect might be required? + * + * XXX check this handles replication slots gracefully */ static bool do_upstream_standby_failover(t_node_info upstream_node)