mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix use of "options" broken by recent merging
This commit is contained in:
@@ -50,8 +50,10 @@ char *config_file = DEFAULT_CONFIG_FILE;
|
||||
bool verbose = false;
|
||||
char repmgr_schema[MAXLEN];
|
||||
|
||||
// should initialize with {0} to be ANSI complaint ? but this raises error with gcc -Wall
|
||||
repmgr_config config = {};
|
||||
/*
|
||||
* should initialize with {0} to be ANSI complaint ? but this raises
|
||||
* error with gcc -Wall */
|
||||
t_configuration_options config = {};
|
||||
|
||||
static void help(const char* progname);
|
||||
static void usage(void);
|
||||
|
||||
Reference in New Issue
Block a user