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-0008Qy-7Z@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
------
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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Given a gcc-compatible xlc compiler, prefer xlc-style atomics.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Replace use of "diff -q".