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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
