Remove surplus trailing semicolon
Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs4-qjotfa7G=5PEOw4LDDDX58MmTwDdpdoU3Quse_BKv1Q@mail.gmail.com
This commit is contained in:
parent
571530452f
commit
2bce0ad67f
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user