pgsql: doc: Add SPFLAGS to osx calls

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Add SPFLAGS to osx calls
Date: 2017-04-07 22:30:18
Message-ID: E1cwcOY-0005C7-8U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-04-07 22:55:21 Re: [COMMITTERS] pgsql: Improve 64bit atomics support.
Previous Message Alvaro Herrera 2017-04-07 22:27:43 pgsql: Fix printf format to use %zd when printing sizes