Re: C99 compliance for src/port/snprintf.c

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: C99 compliance for src/port/snprintf.c
Дата
Msg-id c3bf36b8-62e8-373b-e9b0-f401ff88d77d@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: C99 compliance for src/port/snprintf.c  (Andres Freund <andres@anarazel.de>)
Ответы Re: C99 compliance for src/port/snprintf.c
Список pgsql-hackers
On 16/08/2018 13:18, Andres Freund wrote:
>   checking for ccache gcc option to accept ISO C99... unsupported
> 
>   I suspect that's because of the '-ansi' flag in CFLAGS, not because
>   the compiler is incapable of actually supporting C99.

-ansi is equivalent to -std=c90.  If we make the switch, the build farm
configuration should just probably replace -ansi with -std=c99.

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


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: memory leak when serializing TRUNCATE in reorderbuffer
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: C99 compliance for src/port/snprintf.c