witness unregister: enable execution when witness server is down

Also add help output for "repmgr witness --help".
This commit is contained in:
Ian Barwick
2017-11-13 20:45:10 +09:00
parent 1553596f84
commit ecb8297b1f
2 changed files with 94 additions and 38 deletions

View File

@@ -1404,6 +1404,8 @@ check_cli_parameters(const int action)
case STANDBY_CLONE:
case STANDBY_FOLLOW:
case STANDBY_REGISTER:
case WITNESS_REGISTER:
case WITNESS_UNREGISTER:
case CLUSTER_SHOW:
case CLUSTER_MATRIX:
case CLUSTER_CROSSCHECK: