/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/isolation/expected/read-write-unique-3.out
14 строк
360 B
Tom Lane
Improve display of query results in isolation tests.
23 июн 2021, 18:13
23 июн 2021, 18:13
4a05406
Код
Авторство
О чём код?
Parsed test spec with 2 sessions starting permutation: rw1 rw2 c1 c2 step rw1: SELECT insert_unique(1, '1'); insert_unique ------------- (1 row) step rw2: SELECT insert_unique(1, '2'); <waiting ...> step c1: COMMIT; step rw2: <... completed> ERROR: could not serialize access due to read/write dependencies among transactions step c2: COMMIT;