pgsql: Isolation test for DROP INDEX CONCURRENTLY

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Isolation test for DROP INDEX CONCURRENTLY
Date: 2012-10-18 18:43:11
Message-ID: E1TOv3n-0005Q7-OZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Isolation test for DROP INDEX CONCURRENTLY
for recent concurrent changes.

Abhijit Menon-Sen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/160984c8c84afb1406acd7ab71982bcae26b07fe

Modified Files
--------------
.../expected/drop-index-concurrently-1.out | 40 ++++++++++++++++++++
src/test/isolation/isolation_schedule | 1 +
.../isolation/specs/drop-index-concurrently-1.spec | 38 +++++++++++++++++++
3 files changed, 79 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-10-18 18:44:47 pgsql: Isolation test for DROP INDEX CONCURRENTLY
Previous Message Simon Riggs 2012-10-18 18:06:20 pgsql: Re-think guts of DROP INDEX CONCURRENTLY.