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 E1TOpNl-0008SX-5E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add isolation tests for DROP INDEX CONCURRENTLY.
Backpatch to 9.2 to ensure bugs are fixed.

Abhijit Menon-Sen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e206744dc4bb21f583ff35893cf826a04f6c64b

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: Tom Lane
Date:
Subject: pgsql: Revert "Use "transient" files for blind writes, take 2".
Next
From: Simon Riggs
Date:
Subject: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.