From 97905b02aef5758db104834f0c678ed1b418817e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 13 Sep 2018 10:15:22 +0900 Subject: [PATCH] repmgrd: fix comment --- repmgrd-physical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 0a2c808c..52187c68 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -1231,7 +1231,7 @@ monitor_streaming_witness(void) /* * At this point we can't trust the local copy of "repmgr.nodes", as * it may not have been updated. We'll scan the cluster for the current -['' * primary and refresh the copy from that before proceeding further. + * primary and refresh the copy from that before proceeding further. */ primary_conn = get_primary_connection_quiet(local_conn, &primary_node_id, NULL);