From: Magnus Hagander Date: Fri, 15 Apr 2016 11:32:54 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: REL9_6_BETA1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba8fe38f58e2f3d86c5361373598af80d5ce4443;p=postgresql Fix typo in comment --- diff --git a/src/backend/optimizer/plan/planner.c b/src/backend/optimizer/plan/planner.c index 9377550ad6..6770836dc8 100644 --- a/src/backend/optimizer/plan/planner.c +++ b/src/backend/optimizer/plan/planner.c @@ -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) ||