mirror of https://github.com/postgres/postgres
This reverts commit 2268e6afd5. It turned out that inconsistency in
the report is still possible, so go back to the simpler formulation of
the test and instead add an alternate expected output.
Discussion: https://postgr.es/m/20180103193728.ysqpcp2xjnqpiep7@alvherre.pgsql
pull/25/head
parent
3e68686e2c
commit
6c8be5962a
@ -0,0 +1,20 @@ |
||||
Parsed test spec with 2 sessions |
||||
|
||||
starting permutation: s2l s1i s2i |
||||
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(); |
||||
<waiting ...> |
||||
step s1i: <... completed> |
||||
step s2i: <... completed> |
||||
unlck |
||||
|
||||
t |
||||
Loading…
Reference in new issue