repmgrd: more fixes to BDR recovery handling

This commit is contained in:
Ian Barwick
2017-07-27 16:33:41 +09:00
parent b4a655d074
commit 4cf66c33db
4 changed files with 52 additions and 42 deletions

View File

@@ -88,7 +88,6 @@ typedef struct
/* BDR settings */
bool bdr_local_monitoring_only;
bool bdr_active_node_recovery;
bool bdr_recovery_timeout;
/* service settings */
@@ -134,7 +133,7 @@ typedef struct
DEFAULT_PRIMARY_NOTIFICATION_TIMEOUT, \
DEFAULT_PRIMARY_FOLLOW_TIMEOUT, \
/* BDR settings */ \
false, false, DEFAULT_BDR_RECOVERY_TIMEOUT, \
false, DEFAULT_BDR_RECOVERY_TIMEOUT, \
/* service settings */ \
"", "", "", "", "", "", \
/* event notification settings */ \