From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: AIX: Test the -qlonglong option before use. |
Date: | 2015-07-17 07:13:48 |
Message-ID: | E1ZFzq8-0001nv-5h@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
------
REL9_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/7319c0524d66b00a711db7f560d6a34051739e35
Modified Files
--------------
configure | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 1 +
src/template/aix | 2 +-
3 files changed, 62 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2015-07-17 13:13:42 | pgsql: Add new function pg_notification_queue_usage. |
Previous Message | Amit Kapila | 2015-07-17 03:22:54 | Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file |