Add flag to load custom gucs for witness create

Warning, this commit has silly variable names.
This commit is contained in:
Mark Wong
2017-03-15 18:06:52 -07:00
parent b154a5c155
commit 5ff62d3255
2 changed files with 36 additions and 2 deletions

View File

@@ -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 */ \