Re: Remove unnecessary commas for goto labels

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: Remove unnecessary commas for goto labels
Дата
Msg-id CAFBsxsGiTsTMm4ODc6vZrc6NpdNCS7oicptfaO6jPAExkV9b1A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Remove unnecessary commas for goto labels  (Julien Rouhaud <rjuju123@gmail.com>)
Ответы Re: Remove unnecessary commas for goto labels  (Japin Li <japinli@hotmail.com>)
Список pgsql-hackers

On Sun, Oct 9, 2022 at 10:08 AM Julien Rouhaud <rjuju123@gmail.com> wrote:
>
> Hi,
>
> On Sun, Oct 09, 2022 at 07:42:58AM +0800, Japin Li wrote:
> >
> > Hi hackers,
> >
> > I find there are some unnecessary commas for goto lables,
> > attached a patch to remove them.
>
> You mean semi-colon?  +1, and a quick regex later I don't see any other
> occurrence.

Interestingly, I did find that in C, some statement is needed after a label, even an empty one, otherwise it won't compile. That's not the case here, though, so pushed. 

--
John Naylor
EDB: http://www.enterprisedb.com

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: archive modules
Следующее
От: Japin Li
Дата:
Сообщение: Re: Remove unnecessary commas for goto labels