pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Date
Msg-id E1ZCzyp-0008RV-A3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Given a gcc-compatible xlc compiler, prefer xlc-style atomics.

This evades a ppc64le "IBM XL C/C++ for Linux" compiler bug.  Back-patch
to 9.5, where the atomics facility was introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c0d7342f1650b6fdefc865c6da33e1f092778af0

Modified Files
--------------
src/include/port/atomics.h |   11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Move pthread-tests earlier in the autoconf script.
Next
From: Noah Misch
Date:
Subject: pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.