1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Spell "parallel" correctly.

Per David Rowley.
This commit is contained in:
Tom Lane
2016-03-07 21:48:17 -05:00
parent 1c2db8c305
commit cf8e7b16a5
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ cost_seqscan(Path *path, PlannerInfo *root,
* only one worker, the leader often makes a very substantial
* contribution to executing the parallel portion of the plan, but as
* more workers are added, it does less and less, because it's busy
* reading tuples from the workers and doing whatever non-paralell
* reading tuples from the workers and doing whatever non-parallel
* post-processing is needed. By the time we reach 4 workers, the
* leader no longer makes a meaningful contribution. Thus, for now,
* estimate that the leader spends 30% of its time servicing each