summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMichael Paquier2012-05-30 08:45:13 +0000
committerMichael Paquier2012-05-30 08:49:26 +0000
commit68032614b0a99f4b0ba666b52cbbf4dd30566e70 (patch)
treeb2b42c2e2e739c442cbb60e9b899b62450384ae5 /src/bin
parentce8261042c5eaf0866770f2628efbf77590bb24a (diff)
Update code comments: use "Coordinator" and "Datanode" as conventional terms
This unifies the convention name for Coordinator and Datanode in Postgres-XC with documentation.
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/pg_ctl/pg_ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
index 381c33d8dd..02c84ddcc2 100644
--- a/src/bin/pg_ctl/pg_ctl.c
+++ b/src/bin/pg_ctl/pg_ctl.c
@@ -2155,11 +2155,11 @@ main(int argc, char **argv)
}
#ifdef PGXC
- /* stop command does not need to have coordinator or datanode options */
+ /* stop command does not need to have Coordinator or Datanode options */
if ((ctl_command == START_COMMAND || ctl_command == RESTART_COMMAND)
&& !pgxcCommand)
{
- write_stderr(_("%s: coordinator or datanode option not specified (-Z)\n"),
+ write_stderr(_("%s: Coordinator or Datanode option not specified (-Z)\n"),
progname);
do_advice();
exit(1);