From: Pavan Deolasee Date: Thu, 31 Mar 2016 14:18:22 +0000 (+0530) Subject: Correct a comment added to pgxc_ctl.conf upon coordinator master addition X-Git-Tag: XL9_5_R1~23 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=434a89bd12a115d451c4ff98e0b5ba67a49dadcb;p=postgres-xl.git Correct a comment added to pgxc_ctl.conf upon coordinator master addition --- 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);