pgsql: AIX: Test the -qlonglong option before use. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: AIX: Test the -qlonglong option before use.
Date
Msg-id E1ZFzq8-0001nn-51@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
AIX: Test the -qlonglong option before use.

xlc provides "long long" unconditionally at C99-compatible language
levels, and this option provokes a warning.  The warning interferes with
"configure" tests that fail in response to any warning.  Notably, before
commit 85a2a8903f7e9151793308d0638621003aded5ae, it interfered with the
test for -qnoansialias.  Back-patch to 9.0 (all supported versions).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43d89a23d59c487bc9258fad7a6187864cb8c0c0

Modified Files
--------------
configure        |   35 +++++++++++++++++++++++++++++++++++
configure.in     |    1 +
src/template/aix |    2 +-
3 files changed, 37 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: AIX: Test the -qlonglong option before use.
Next
From: Robert Haas
Date:
Subject: pgsql: Add new function pg_notification_queue_usage.