pgsql: Add an injection_points isolation test suite.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Add an injection_points isolation test suite.
Дата
Msg-id E1sN1K9-003Iz2-Nt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add an injection_points isolation test suite.

Make the isolation harness recognize injection_points wait events as a
type of blocked state.  Test an extant inplace-update bug.

Reviewed by Robert Haas and Michael Paquier.

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

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/heapam.c                   |  2 +
src/backend/utils/adt/waitfuncs.c                  | 21 +++++-
src/test/modules/injection_points/Makefile         |  2 +
.../modules/injection_points/expected/inplace.out  | 43 +++++++++++
src/test/modules/injection_points/meson.build      |  5 ++
.../modules/injection_points/specs/inplace.spec    | 83 ++++++++++++++++++++++
6 files changed, 154 insertions(+), 2 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".