[COMMITTERS] pgsql: doc: Add SPFLAGS to osx calls - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Add SPFLAGS to osx calls
Date
Msg-id E1cwcOY-0005C7-8U@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Fix printf format to use %zd when printing sizes
Next
From: Alexander Korotkov
Date:
Subject: Re: [COMMITTERS] pgsql: Improve 64bit atomics support.