From 41a5274b44b4df86c5090d38828acce9b628096f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 12 Jan 2015 15:30:17 +0900 Subject: [PATCH] Comment for consistency --- repmgrd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgrd.c b/repmgrd.c index 80ff5111..d5b48d19 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -919,6 +919,7 @@ do_failover(void) if (!nodes[i].is_visible) continue; + /* if the node is a witness node, skip it */ if (nodes[i].is_witness) continue;