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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Дата
Msg-id E1ZCzyp-0008RV-A3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move pthread-tests earlier in the autoconf script.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.