1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

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
This commit is contained in:
Noah Misch
2024-06-27 19:21:05 -07:00
parent bb93640a68
commit abfbd13af0
4 changed files with 98 additions and 79 deletions

View File

@@ -103,6 +103,7 @@ backend_sources += files(
'varchar.c',
'varlena.c',
'version.c',
'waitfuncs.c',
'windowfuncs.c',
'xid.c',
'xid8funcs.c',