[COMMITTERS] pgsql: Force "restrict" not to be used when compiling with xlc.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Force "restrict" not to be used when compiling with xlc.
Дата
Msg-id E1e35R2-0001pZ-12@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Force "restrict" not to be used when compiling with xlc.

Per buildfarm animal Hornet and followup manual testing by Noah Misch,
it appears xlc miscompiles code using "restrict" in at least some
cases. Allow disabling restrict usage with FORCE_DISABLE_RESTRICT=yes
in template files, and do so for aix/xlc.

Author: Andres Freund and Tom Lane
Discussion: https://postgr.es/m/1820.1507918762@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d133982d598c7e6208d16cb4fc0b552151796603

Modified Files
--------------
configure        | 6 +++++-
configure.in     | 6 +++++-
src/template/aix | 4 ++++
3 files changed, 14 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix possible crash with Parallel Bitmap Heap Scan.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Improve sys/catcache performance.