mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Remove surplus trailing semicolon
Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs4-qjotfa7G=5PEOw4LDDDX58MmTwDdpdoU3Quse_BKv1Q@mail.gmail.com
This commit is contained in:
@@ -1418,7 +1418,7 @@ grouping_planner(PlannerInfo *root, double tuple_fraction)
|
|||||||
else if (parse->groupClause)
|
else if (parse->groupClause)
|
||||||
{
|
{
|
||||||
/* Preprocess regular GROUP BY clause, if any */
|
/* Preprocess regular GROUP BY clause, if any */
|
||||||
root->processed_groupClause = list_copy(parse->groupClause);;
|
root->processed_groupClause = list_copy(parse->groupClause);
|
||||||
/* Remove any redundant GROUP BY columns */
|
/* Remove any redundant GROUP BY columns */
|
||||||
remove_useless_groupby_columns(root);
|
remove_useless_groupby_columns(root);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user