postgresql/src/test/isolation/expected/read-write-unique-3.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
365 B
Plaintext
Raw Normal View History

Parsed test spec with 2 sessions
starting permutation: rw1 rw2 c1 c2
step rw1: SELECT insert_unique(1, '1');
insert_unique
step rw2: SELECT insert_unique(1, '2'); <waiting ...>
step c1: COMMIT;
step rw2: <... completed>
error in steps c1 rw2: ERROR: could not serialize access due to read/write dependencies among transactions
step c2: COMMIT;