[COMMITTERS] pgsql: doc: Add SPFLAGS to osx calls

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: doc: Add SPFLAGS to osx calls
Дата
Msg-id E1cwcOY-0005C7-8U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Add SPFLAGS to osx calls

This enables the same OpenSP warnings on osx calls that we get from
onsgmls (make check) and formerly from openjade.

Older tool chains apparently have some of these warnings on by
default (see comment at SPFLAGS assignment).  So users of such tool
chains would complain about warnings or errors that users of newer tool
chains would not see, unless they used "make check".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/453aaf76880b42eb5f205933d2422fe7c773b06f

Modified Files
--------------
doc/src/sgml/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Fix printf format to use %zd when printing sizes
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Improve 64bit atomics support.