pgsql: Use standard compare_exchange loop style in ProcArrayGroupClearX

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Use standard compare_exchange loop style in ProcArrayGroupClearX
Дата
Msg-id E1iLfOg-0005hN-9W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use standard compare_exchange loop style in ProcArrayGroupClearXid().

Besides style, this might improve performance in the contended case.

Reviewed by Amit Kapila.

Discussion: https://postgr.es/m/20191015035348.GA4166224@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48cc59ed24f95fa171b12ba1b461e6dc72d62b2b

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove last traces of heap_open/close in the tree
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix most -Wundef warnings