projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f27d8
)
Correct a comment added to pgxc_ctl.conf upon coordinator master addition
author
Pavan Deolasee
<
[email protected]
>
Thu, 31 Mar 2016 14:18:22 +0000
(19:48 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Thu, 31 Mar 2016 14:18:22 +0000
(19:48 +0530)
contrib/pgxc_ctl/coord_cmd.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgxc_ctl/coord_cmd.c
b/contrib/pgxc_ctl/coord_cmd.c
index 7e59070e95668b8181b42f8c11e947cfa7507d35..c3c67520adfa3518ffdc1e217bc8485585b98579 100644
(file)
--- 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);