mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Initial implementation of "repmgr master unregister"
Also adds "--dry-run" option
This commit is contained in:
@@ -23,6 +23,7 @@ typedef struct
|
||||
|
||||
/* general configuration options */
|
||||
char config_file[MAXPGPATH];
|
||||
bool dry_run;
|
||||
bool force;
|
||||
char pg_bindir[MAXLEN]; /* overrides setting in repmgr.conf */
|
||||
|
||||
@@ -75,7 +76,7 @@ typedef struct
|
||||
/* configuration metadata */ \
|
||||
false, false, false, false, false, \
|
||||
/* general configuration options */ \
|
||||
"", false, "", \
|
||||
"", false, false, "", \
|
||||
/* logging options */ \
|
||||
"", false, false, false, \
|
||||
/* database connection options */ \
|
||||
|
||||
Reference in New Issue
Block a user