Thread: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.

pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.

From
Simon Riggs
Date:
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(-)