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:
Ian Barwick
2017-04-28 22:00:26 +09:00
parent 99e7bb0ea3
commit dc347f1484
14 changed files with 668 additions and 14 deletions

View File

@@ -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 */ \
"", "" }
"", "", "" }