From 90733aecf7fca699af7f3cb7690c473548f02d51 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 23 Oct 2017 10:40:21 +0900 Subject: [PATCH] --dry-run available for "node rejoin" --- repmgr-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr-client.c b/repmgr-client.c index 171ca423..b2292153 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1611,6 +1611,7 @@ check_cli_parameters(const int action) case STANDBY_CLONE: case STANDBY_REGISTER: case STANDBY_SWITCHOVER: + case NODE_REJOIN: case NODE_SERVICE: break; default: