Re: drop-index-concurrently-1 on master fails at serializable - Mailing list pgsql-hackers

From Andres Freund
Subject Re: drop-index-concurrently-1 on master fails at serializable
Date
Msg-id 20131011201258.GA3974671@alap2.anarazel.de
Whole thread Raw
In response to Re: drop-index-concurrently-1 on master fails at serializable  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: drop-index-concurrently-1 on master fails at serializable  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
On 2013-10-08 15:01:26 -0700, Kevin Grittner wrote:
> Kevin Grittner <kgrittn@ymail.com> wrote:
> 
> > [ isolation test failed at snapshot-based isolation levels ]
> 
> Fix pushed, that looks for the right results based on isolation level.

Hm, given what we're trying to test here, wouldn't it be better to
explicitly use READ COMMITTED?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Cmpact commits and changeset extraction
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation