repmgrd: various fixes for "manual" failover mode

This commit is contained in:
Ian Barwick
2017-08-23 10:56:55 +09:00
parent ff07763242
commit 6259463007
6 changed files with 129 additions and 86 deletions

View File

@@ -83,7 +83,7 @@ typedef struct
int replication_lag_critical;
/* repmgrd settings */
failover_mode_opt failover_mode;
failover_mode_opt failover;
char location[MAXLEN];
int priority;
char promote_command[MAXLEN];