pgsql: Create waitfuncs.c for pg_isolation_test_session_is_blocked().

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Create waitfuncs.c for pg_isolation_test_session_is_blocked().
Дата
Msg-id E1sN1K9-003Iyy-NT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Create waitfuncs.c for pg_isolation_test_session_is_blocked().

The next commit makes the function inspect an additional non-lock
contention source, so it no longer fits in lockfuncs.c.

Reviewed by Robert Haas.

Discussion: https://postgr.es/m/20240512232923.aa.nmisch@google.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/Makefile    |  1 +
src/backend/utils/adt/lockfuncs.c | 79 --------------------------------
src/backend/utils/adt/meson.build |  1 +
src/backend/utils/adt/waitfuncs.c | 96 +++++++++++++++++++++++++++++++++++++++
4 files changed, 98 insertions(+), 79 deletions(-)


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Document behavior when input document is not jsonb
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Remove comment about xl_heap_inplace "AT END OF STRUCT".