summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael P2011-10-31 06:55:08 +0000
committerMichael P2011-10-31 06:55:08 +0000
commit72292cbae1adaca8788725ff1939f18d3c51a0b5 (patch)
tree3668f3409a8c0f65c00be04838fadb5ff85eec44 /src
parent7019d1e55b23589137cfd96958dcc87bc761bf6e (diff)
Change error message "himself" to "itself" when Coordinator session begins
Diffstat (limited to 'src')
-rw-r--r--src/backend/pgxc/pool/pgxcnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/pgxc/pool/pgxcnode.c b/src/backend/pgxc/pool/pgxcnode.c
index 4f1a5c0b0b..919f050224 100644
--- a/src/backend/pgxc/pool/pgxcnode.c
+++ b/src/backend/pgxc/pool/pgxcnode.c
@@ -371,7 +371,7 @@ InitMultinodeExecutor(void)
if (PGXCNodeId == 0)
ereport(ERROR,
(errcode(ERRCODE_DATA_EXCEPTION),
- errmsg("Coordinator cannot identify himself")));
+ errmsg("Coordinator cannot identify itself")));
}