Get rid of the excess semicolon in planner.c

Поиск
Список
Период
Сортировка
От Richard Guo
Тема Get rid of the excess semicolon in planner.c
Дата
Msg-id CAMbWs4-qjotfa7G=5PEOw4LDDDX58MmTwDdpdoU3Quse_BKv1Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Get rid of the excess semicolon in planner.c  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
I think this is a typo introduced in 0452b461b.

 +    root->processed_groupClause = list_copy(parse->groupClause);;

The extra empty statement is harmless in most times, but I still think
it would be better to get rid of it.

Attached is a trivial patch to do that.

Thanks
Richard
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Eager aggregation, take 3
Следующее
От: Ranier Vilela
Дата:
Сообщение: Re: Avoid is possible a expensive function call (src/backend/utils/adt/varlena.c)