summaryrefslogtreecommitdiffstats
path: root/src/test/isolation/expected/read-write-unique-3.out
blob: 7735d5e1a56aef927172a17f65fb0cb6a58f98a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;