pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Date: 2012-10-18 12:39:25
Message-ID: E1TOpNl-0008SX-5E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-10-18 12:41:00 pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.
Previous Message Andres Freund 2012-10-18 11:23:04 Re: pgsql: Provide some static-assertion functionality on all compilers.