pgsql: Revert tests for drop index concurrently.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert tests for drop index concurrently.
Date: 2012-10-18 14:26:45
Message-ID: E1TOr3d-0001c9-Ux@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert tests for drop index concurrently.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/126091270396d24ecd9bc2094f7e8dbbc6547e39

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, 0 insertions(+), 116 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-10-18 14:27:31 pgsql: Revert tests for drop index concurrently.
Previous Message Simon Riggs 2012-10-18 14:24:18 Re: pgsql: Add isolation tests for DROP INDEX CONCURRENTLY.