mirror of
https://github.com/postgres/postgres.git
synced 2025-05-25 00:04:05 -04:00
Fix typo in comment
This commit is contained in:
parent
cf086b1c2f
commit
ba8fe38f58
@ -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) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user