Correct a comment added to pgxc_ctl.conf upon coordinator master addition
authorPavan Deolasee <[email protected]>
Thu, 31 Mar 2016 14:18:22 +0000 (19:48 +0530)
committerPavan Deolasee <[email protected]>
Thu, 31 Mar 2016 14:18:22 +0000 (19:48 +0530)
contrib/pgxc_ctl/coord_cmd.c

index 7e59070e95668b8181b42f8c11e947cfa7507d35..c3c67520adfa3518ffdc1e217bc8485585b98579 100644 (file)
@@ -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);