Add simple output for CLUSTER EVENT

This commit is contained in:
Ian Barwick
2017-04-26 10:31:56 +09:00
parent 5041a49b66
commit 1b785d9a20
6 changed files with 156 additions and 5 deletions

View File

@@ -80,9 +80,14 @@ static struct option long_options[] =
/* connection options */
{"superuser", required_argument, NULL, 'S'},
/* node options */
{"pgdata", required_argument, NULL, 'D'},
/* legacy alias for -D/--pgdata*/
{"data-dir", required_argument, NULL, 'D'},
{"node-id", required_argument, NULL, OPT_NODE_ID},
{"node-name", required_argument, NULL, OPT_NODE_NAME},
/* logging options */
{"log-level", required_argument, NULL, 'L'},