Commit ba8fe38f authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

parent cf086b1c
...@@ -3189,7 +3189,7 @@ set_grouped_rel_consider_parallel(PlannerInfo *root, RelOptInfo *grouped_rel, ...@@ -3189,7 +3189,7 @@ set_grouped_rel_consider_parallel(PlannerInfo *root, RelOptInfo *grouped_rel,
return; return;
/* /*
* If parallel-restricted functiosn are present in the target list or the * If parallel-restricted functions are present in the target list or the
* HAVING clause, we cannot safely go parallel. * HAVING clause, we cannot safely go parallel.
*/ */
if (has_parallel_hazard((Node *) target->exprs, false) || if (has_parallel_hazard((Node *) target->exprs, false) ||
......
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