repmgr standby follow: initial code

This commit is contained in:
Ian Barwick
2017-06-16 00:05:18 +09:00
parent a69f80a9af
commit 7b976ef2df
5 changed files with 109 additions and 24 deletions

View File

@@ -29,6 +29,7 @@ typedef struct
bool dry_run;
bool force;
char pg_bindir[MAXLEN]; /* overrides setting in repmgr.conf */
bool wait;
/* logging options */
char loglevel[MAXLEN]; /* overrides setting in repmgr.conf */
@@ -79,7 +80,7 @@ typedef struct
/* configuration metadata */ \
false, false, false, false, false, \
/* general configuration options */ \
"", false, false, "", \
"", false, false, "", false, \
/* logging options */ \
"", false, false, false, \
/* database connection options */ \