pgsql: Blacklist xlc 32-bit inlining. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Blacklist xlc 32-bit inlining.
Date
Msg-id E1ZKe8T-0002ER-Pc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Blacklist xlc 32-bit inlining.

Per a suggestion from Tom Lane.  Back-patch to 9.0 (all supported
versions).  While only 9.4 and up have code known to elicit this
compiler bug, we were disabling inlining by accident until commit
43d89a23d59c487bc9258fad7a6187864cb8c0c0.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/23e7ee9621be120a642e68f854c08a000310e87e

Modified Files
--------------
config/test_quiet_include.h |    9 +++++++++
1 file changed, 9 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Blacklist xlc 32-bit inlining.
Next
From: Noah Misch
Date:
Subject: pgsql: Remove redundant "make install" from pg_upgrade test suite.