pgsql: Allow drop-index-concurrently-1 test to run at any isolation lev

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow drop-index-concurrently-1 test to run at any isolation lev
Date: 2013-10-08 21:57:46
Message-ID: E1VTfHm-0004lp-Iy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow drop-index-concurrently-1 test to run at any isolation level.

It previously reported failure at REPEATABLE READ and SERIALIZABLE
transaction isolation levels for make installcheck.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/31a877f18bdf60dd1dfe92e7502469ed4c40d75b

Modified Files
--------------
.../expected/drop-index-concurrently-1.out | 6 ++-
.../expected/drop-index-concurrently-1_2.out | 42 ++++++++++++++++++++
.../isolation/specs/drop-index-concurrently-1.spec | 7 +++-
3 files changed, 52 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-10-08 23:03:15 pgsql: doc: Fix typo in effective_cache_size patch
Previous Message Bruce Momjian 2013-10-08 16:50:11 pgsql: Update postgres.conf.sample for effective_cache_size's new defau