diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/executor/nodeGather.c | 2 |
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) |