repmgrd: various fixed, mainly clearing status after a failover event

This commit is contained in:
Ian Barwick
2017-07-04 11:55:03 +09:00
parent 78d45ebf68
commit 618a2346e1
7 changed files with 242 additions and 49 deletions

View File

@@ -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 \
}