1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix spelling mistakes.

Same patch submitted independently by David Rowley and Peter Geoghegan.
This commit is contained in:
Robert Haas
2016-01-14 23:12:05 -05:00
parent a923af382c
commit 23c2dd03d5
2 changed files with 2 additions and 2 deletions

View File

@ -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)