mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Additional "standby clone" code
We'll break up the unwieldy "do_standby_clone()" function into discrete unit for easier maintenance.
This commit is contained in:
3
config.h
3
config.h
@@ -95,6 +95,7 @@ typedef struct
|
||||
int bdr_monitoring_mode;
|
||||
|
||||
/* barman settings */
|
||||
char barman_host[MAXLEN];
|
||||
char barman_server[MAXLEN];
|
||||
char barman_config[MAXLEN];
|
||||
} t_configuration_options;
|
||||
@@ -122,7 +123,7 @@ typedef struct
|
||||
/* bdr settings */ \
|
||||
BDR_MONITORING_LOCAL, \
|
||||
/* barman settings */ \
|
||||
"", "" }
|
||||
"", "", "" }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user