mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
repmgrd: more fixes to BDR recovery handling
This commit is contained in:
@@ -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 */ \
|
||||
|
||||
Reference in New Issue
Block a user