mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 07:36:30 +00:00
Change 'ignore_external_config_files' to a command line option
It's only used when cloning a standby and has more in common with --fast-checkpoint
This commit is contained in:
2
config.c
2
config.c
@@ -221,8 +221,6 @@ parse_config(const char *config_file, t_configuration_options *options)
|
||||
options->retry_promote_interval_secs = atoi(value);
|
||||
else if (strcmp(name, "use_replication_slots") == 0)
|
||||
options->use_replication_slots = atoi(value);
|
||||
else if (strcmp(name, "ignore_external_config_files") == 0)
|
||||
options->ignore_external_config_files = atoi(value);
|
||||
else if (strcmp(name, "event_notification_command") == 0)
|
||||
strncpy(options->event_notification_command, value, MAXLEN);
|
||||
else if (strcmp(name, "event_notifications") == 0)
|
||||
|
||||
Reference in New Issue
Block a user