Skip to content

Commit ba8fe38

Browse files
committed
Fix typo in comment
1 parent cf086b1 commit ba8fe38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/plan/planner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@ set_grouped_rel_consider_parallel(PlannerInfo *root, RelOptInfo *grouped_rel,
31893189
return;
31903190

31913191
/*
3192-
* If parallel-restricted functiosn are present in the target list or the
3192+
* If parallel-restricted functions are present in the target list or the
31933193
* HAVING clause, we cannot safely go parallel.
31943194
*/
31953195
if (has_parallel_hazard((Node *) target->exprs, false) ||

0 commit comments

Comments
 (0)