pgsql: Add isolation tests for DROP INDEX CONCURRENTLY. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Date
Msg-id E1TOpPI-000051-Nh@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
List pgsql-committers
Add isolation tests for DROP INDEX CONCURRENTLY.
Backpatch to 9.2 to ensure bugs are fixed.

Abhijit Menon-Sen

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d4412fa0e543fa1608c3bb9b6651d247ce59983f

Modified Files
--------------
.../expected/drop-index-concurrently-1.out         |   36 ++++++++++++++++++++
.../expected/drop-index-concurrently-2.out         |   24 +++++++++++++
src/test/isolation/isolation_schedule              |    2 +
.../isolation/specs/drop-index-concurrently-1.spec |   33 ++++++++++++++++++
.../isolation/specs/drop-index-concurrently-2.spec |   21 +++++++++++
5 files changed, 116 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.