Fix typo in comment

This commit is contained in:
Magnus Hagander 2016-04-15 13:32:54 +02:00
parent cf086b1c2f
commit ba8fe38f58

View File

@ -3189,7 +3189,7 @@ set_grouped_rel_consider_parallel(PlannerInfo *root, RelOptInfo *grouped_rel,
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.
*/
if (has_parallel_hazard((Node *) target->exprs, false) ||