We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5715304 commit 2bce0adCopy full SHA for 2bce0ad
src/backend/optimizer/plan/planner.c
@@ -1418,7 +1418,7 @@ grouping_planner(PlannerInfo *root, double tuple_fraction)
1418
else if (parse->groupClause)
1419
{
1420
/* Preprocess regular GROUP BY clause, if any */
1421
- root->processed_groupClause = list_copy(parse->groupClause);;
+ root->processed_groupClause = list_copy(parse->groupClause);
1422
/* Remove any redundant GROUP BY columns */
1423
remove_useless_groupby_columns(root);
1424
}
0 commit comments