pgsql: Add ARM64 (aarch64) support to s_lock.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add ARM64 (aarch64) support to s_lock.h.
Дата
Msg-id E1Ujx7o-0000wv-EJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add ARM64 (aarch64) support to s_lock.h.

Use the same gcc atomic functions as we do on newer ARM chips.
(Basically this is a copy and paste of the __arm__ code block,
but omitting the SWPB option since that definitely won't work.)

Back-patch to 9.2.  The patch would work further back, but we'd also
need to update config.guess/config.sub in older branches to make them
build out-of-the-box, and there hasn't been demand for it.

Mark Salter

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/612ecf311bf253cdb0c54252854c5298aa668203

Modified Files
--------------
src/include/storage/s_lock.h |   23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add ARM64 (aarch64) support to s_lock.h.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Provide better message when CREATE EXTENSION can't find a target