mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
repmgrd: various fixed, mainly clearing status after a failover event
This commit is contained in:
8
config.h
8
config.h
@@ -106,6 +106,9 @@ typedef struct
|
||||
char barman_host[MAXLEN];
|
||||
char barman_server[MAXLEN];
|
||||
char barman_config[MAXLEN];
|
||||
|
||||
/* undocumented test settings */
|
||||
int promote_delay;
|
||||
} t_configuration_options;
|
||||
|
||||
/*
|
||||
@@ -131,7 +134,10 @@ typedef struct
|
||||
/* bdr settings */ \
|
||||
BDR_MONITORING_LOCAL, \
|
||||
/* barman settings */ \
|
||||
"", "", "" }
|
||||
"", "", "", \
|
||||
/* undocumented test settings */ \
|
||||
0 \
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user