@@ -2118,9 +2118,9 @@ create_agg_plan(PlannerInfo *root, AggPath *best_path)
21182118 /*
21192119 * Agg can project, so no need to be terribly picky about child tlist, but
21202120 * we do need grouping columns to be available. We are a bit more careful
2121- * with hash aggregate, where we explicitly request small tlist to minimize
2122- * I/O needed for spilling (we can't be sure spilling won't be necessary,
2123- * so we just do it every time).
2121+ * with hash aggregate, where we explicitly request small tlist to
2122+ * minimize I/O needed for spilling (we can't be sure spilling won't be
2123+ * necessary, so we just do it every time).
21242124 */
21252125 flags = CP_LABEL_TLIST ;
21262126
@@ -2219,9 +2219,9 @@ create_groupingsets_plan(PlannerInfo *root, GroupingSetsPath *best_path)
22192219 /*
22202220 * Agg can project, so no need to be terribly picky about child tlist, but
22212221 * we do need grouping columns to be available. We are a bit more careful
2222- * with hash aggregate, where we explicitly request small tlist to minimize
2223- * I/O needed for spilling (we can't be sure spilling won't be necessary,
2224- * so we just do it every time).
2222+ * with hash aggregate, where we explicitly request small tlist to
2223+ * minimize I/O needed for spilling (we can't be sure spilling won't be
2224+ * necessary, so we just do it every time).
22252225 */
22262226 flags = CP_LABEL_TLIST ;
22272227
0 commit comments