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-0008Qy-7Z@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1e700e0fa02b3fd8990d4eaa8bd51b9352cc9736

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Next
From: Noah Misch
Date:
Subject: pgsql: Replace use of "diff -q".