mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Enable use of pg_rewind during switchover operations
But only if required and --force-rewind required, and pg_rewind can actually be used.
This commit is contained in:
@@ -94,6 +94,9 @@ typedef struct
|
||||
bool archiver;
|
||||
bool replication_lag;
|
||||
|
||||
/* "node join" options */
|
||||
char config_files[MAXLEN];
|
||||
|
||||
/* "node service" options */
|
||||
char action[MAXLEN];
|
||||
bool check;
|
||||
@@ -136,6 +139,8 @@ typedef struct
|
||||
false, \
|
||||
/* "node check" options */ \
|
||||
false, false, \
|
||||
/* "node join" options */ \
|
||||
"", \
|
||||
/* "node service" options */ \
|
||||
"", false, false, false, \
|
||||
/* "cluster event" options */ \
|
||||
|
||||
Reference in New Issue
Block a user