diff options
author | Pavan Deolasee | 2016-03-31 14:18:22 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:05:04 +0000 |
commit | 8be04894e90feee6f1cc7b45fb345d8fbeb7053f (patch) | |
tree | 7e4fc4e20969e139c87a87b2afddb254aacea1ba | |
parent | 7ad9c47393143071116aacd22a9d2439a1c79cd3 (diff) |
Correct a comment added to pgxc_ctl.conf upon coordinator master addition
-rw-r--r-- | contrib/pgxc_ctl/coord_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgxc_ctl/coord_cmd.c b/contrib/pgxc_ctl/coord_cmd.c index 7e59070e95..c3c67520ad 100644 --- a/contrib/pgxc_ctl/coord_cmd.c +++ b/contrib/pgxc_ctl/coord_cmd.c @@ -1067,7 +1067,7 @@ int add_coordinatorMaster(char *name, char *host, int port, int pooler, } fprintf(f, "#===================================================\n" - "# pgxc configuration file updated due to GTM slave addition\n" + "# pgxc configuration file updated due to coordinator master addition\n" "# %s\n", timeStampString(date, MAXTOKEN+1)); fprintAval(f, VAR_coordNames); |