Re: Remove excessive trailing semicolons

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Remove excessive trailing semicolons
Дата
Msg-id B96ED581-A3D7-4436-891C-74546411DF2D@yesql.se
обсуждение исходный текст
Ответ на [MASSMAIL]Remove excessive trailing semicolons  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-hackers
> On 29 Mar 2024, at 10:14, Richard Guo <guofenglinux@gmail.com> wrote:

> Noticed some newly introduced excessive trailing semicolons:
>
> $ git grep -E ";;$" -- *.c *.h
> src/include/lib/radixtree.h:            int                     deletepos = slot - n4->children;;
> src/test/modules/test_tidstore/test_tidstore.c: BlockNumber prevblkno = 0;;
>
> Here is a trivial patch to remove them.

Thanks, applied!

--
Daniel Gustafsson




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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Security lessons from liblzma
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Security lessons from liblzma