mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Move the main configfile structure into configfile.c
This is required for a later refactoring of the configuration file handling.
This commit is contained in:
@@ -39,13 +39,9 @@ static bool daemonize = true;
|
||||
static bool show_pid_file = false;
|
||||
static bool no_pid_file = false;
|
||||
|
||||
t_configuration_options config_file_options = T_CONFIGURATION_OPTIONS_INITIALIZER;
|
||||
|
||||
t_node_info local_node_info = T_NODE_INFO_INITIALIZER;
|
||||
PGconn *local_conn = NULL;
|
||||
|
||||
|
||||
|
||||
/* Collate command line errors here for friendlier reporting */
|
||||
static ItemList cli_errors = {NULL, NULL};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user