From d1cc05faf90aad61ed81299a4bca961e0cda92b8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 22 Dec 2020 13:58:34 +0900 Subject: [PATCH] repmgrd: edit code comment for clarity --- repmgrd-physical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 81f8baf3..777a242b 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -1149,7 +1149,7 @@ execute_child_nodes_disconnect_command(NodeInfoList *db_child_node_records, t_ch instr_time current_time = current_time_base; int seconds_since_detached; - /* exclude witness server from calculating if necessary */ + /* exclude witness server from calculation, if requested */ if (config_file_options.child_nodes_connected_include_witness == false && child_node_rec->type == WITNESS) continue;