aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-01-14 23:12:05 -0500
committerRobert Haas <rhaas@postgresql.org>2016-01-14 23:16:40 -0500
commit23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03 (patch)
treef742b401b8a8a8d4bae14585335bbf1314362807 /src/backend/executor
parenta923af382c5678f3dfb591aacb6b90bf4e5ed7a9 (diff)
downloadpostgresql-23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03.tar.gz
postgresql-23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03.zip
Fix spelling mistakes.
Same patch submitted independently by David Rowley and Peter Geoghegan.
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/nodeGather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeGather.c b/src/backend/executor/nodeGather.c
index 046f156ff54..16c981b48b2 100644
--- a/src/backend/executor/nodeGather.c
+++ b/src/backend/executor/nodeGather.c
@@ -138,7 +138,7 @@ ExecGather(GatherState *node)
/*
* Initialize the parallel context and workers on first execution. We do
* this on first execution rather than during node initialization, as it
- * needs to allocate large dynamic segement, so it is better to do if it
+ * needs to allocate large dynamic segment, so it is better to do if it
* is really needed.
*/
if (!node->initialized)