Commit 29a2195d authored by Tom Lane's avatar Tom Lane

Typo fix.

parent 110a6dbd
...@@ -1303,7 +1303,7 @@ set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, ...@@ -1303,7 +1303,7 @@ set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel,
int parallel_workers = 0; int parallel_workers = 0;
/* /*
* Decide on the numebr of workers to request for this append path. * Decide on the number of workers to request for this append path.
* For now, we just use the maximum value from among the members. It * For now, we just use the maximum value from among the members. It
* might be useful to use a higher number if the Append node were * might be useful to use a higher number if the Append node were
* smart enough to spread out the workers, but it currently isn't. * smart enough to spread out the workers, but it currently isn't.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment