mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Add flag to load custom gucs for witness create
Warning, this commit has silly variable names.
This commit is contained in:
3
repmgr.h
3
repmgr.h
@@ -124,6 +124,7 @@ typedef struct
|
||||
|
||||
/* witness create parameters */
|
||||
bool witness_pwprompt;
|
||||
char secret_sauce[MAXLEN];
|
||||
|
||||
/* standby follow parameters */
|
||||
bool wait_for_master;
|
||||
@@ -162,7 +163,7 @@ typedef struct
|
||||
/* standby register paarameters */ \
|
||||
false, 0, \
|
||||
/* witness create parameters */ \
|
||||
false, \
|
||||
false, "", \
|
||||
/* standby follow parameters */ \
|
||||
false, \
|
||||
/* cluster {show|matrix|crosscheck} parameters */ \
|
||||
|
||||
Reference in New Issue
Block a user