Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list
Дата
Msg-id ba1bf958-d039-88c9-754f-96be0a0d6be0@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On 10/24/16 8:37 PM, Michael Paquier wrote:
> Well... Coming back to the subject, are there any recommendations from
> committers? -std=c89 in CFLAGS does not seem to help much to detect
> extra commas in enums, even if this has been added in C99.

The only option that gives you a warning for this is -pedantic, and
that's not going to work because it disabled a bunch of other stuff.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Parallel tuplesort (for parallel B-Tree index creation)
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list