aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/expected/multiple-cic.out
blob: 0b470e7d1def9cf852437c267490282b27468912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Parsed test spec with 3 sessions

starting permutation: s2l s1i s2i s3u
pg_advisory_lock

               
step s2l: SELECT pg_advisory_lock(281457);
pg_advisory_lock

               
step s1i: 
		CREATE INDEX CONCURRENTLY mcic_one_pkey ON mcic_one (id)
		WHERE lck_shr(281457);
 <waiting ...>
step s2i: 
		CREATE INDEX CONCURRENTLY mcic_two_pkey ON mcic_two (id)
		WHERE unlck() AND lck_shr(572814);
 <waiting ...>
step s3u: SELECT unlck();
unlck          

t              
step s1i: <... completed>
step s2i: <... completed>