From 4f36b2c085595ec9fd765960e84a360f3924271f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 10 Feb 2015 11:07:18 +0900 Subject: [PATCH] Probably needed. --- repmgrd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index d2f5010d..010d081f 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -392,8 +392,7 @@ main(int argc, char **argv) check_cluster_configuration(my_local_conn); check_node_configuration(); - // ZZZ check if this is needed, and why - if (0 && reload_config(config_file, &local_options)) + if (reload_config(config_file, &local_options)) { PQfinish(my_local_conn); my_local_conn = establish_db_connection(local_options.conninfo, true);