[COMMITTERS] pgsql: Force "restrict" not to be used when compiling with xlc. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Force "restrict" not to be used when compiling with xlc.
Date
Msg-id E1e35R2-0001pZ-12@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Force "restrict" not to be used when compiling with xlc.

Per buildfarm animal Hornet and followup manual testing by Noah Misch,
it appears xlc miscompiles code using "restrict" in at least some
cases. Allow disabling restrict usage with FORCE_DISABLE_RESTRICT=yes
in template files, and do so for aix/xlc.

Author: Andres Freund and Tom Lane
Discussion: https://postgr.es/m/1820.1507918762@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d133982d598c7e6208d16cb4fc0b552151796603

Modified Files
--------------
configure        | 6 +++++-
configure.in     | 6 +++++-
src/template/aix | 4 ++++
3 files changed, 14 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix possible crash with Parallel Bitmap Heap Scan.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Improve sys/catcache performance.