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