From 3a8aa86e0cb7b152382592187d79342ab7064b39 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 13 Jan 2015 14:25:58 +0900 Subject: [PATCH] Remove pointless check --- repmgrd.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index 13ad4708..5d709dd7 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1027,11 +1027,6 @@ do_failover(void) if (!nodes[i].is_visible) break; - /* if the node is ready there is nothing to check, skip it too */ - /* ZZZ is this check pointless? */ - if (nodes[i].is_ready) - break; - node_conn = establish_db_connection(nodes[i].conninfo_str, false); /*