[MASSMAIL]Remove excessive trailing semicolons

Поиск
Список
Период
Сортировка
От Richard Guo
Тема [MASSMAIL]Remove excessive trailing semicolons
Дата
Msg-id CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Remove excessive trailing semicolons  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
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
Richard
Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: Corey Huinker
Дата:
Сообщение: Re: Statistics Import and Export