Fix typo in comment
authorMagnus Hagander
Fri, 15 Apr 2016 11:32:54 +0000 (13:32 +0200)
committerMagnus Hagander
Fri, 15 Apr 2016 11:32:54 +0000 (13:32 +0200)
src/backend/optimizer/plan/planner.c

index 9377550ad672f2e06f3ebfadf58f72ad2f9fb7fc..6770836dc894e81038e34fb6562a60518a1cc839 100644 (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) ||