pgsql: Blacklist xlc 32-bit inlining.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blacklist xlc 32-bit inlining.
Date: 2015-07-30 03:03:57
Message-ID: E1ZKe8T-0002EX-Pt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0a89f3bc6e9b1e911e9efd8132377fe5c6838c66

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-30 11:21:43 pgsql: Update ax_pthread.m4 to an experimental draft version from upstr
Previous Message Andrew Dunstan 2015-07-30 01:33:03 pgsql: Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN