Re: Isolation checks under MSVC - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Isolation checks under MSVC
Date
Msg-id 4DDA5972.5080605@dunslane.net
Whole thread Raw
In response to Re: Isolation checks under MSVC  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers

On 05/16/2011 04:09 AM, Magnus Hagander wrote:
> On Mon, May 16, 2011 at 06:14, Andrew Dunstan<andrew@dunslane.net>  wrote:
>> I've committed a bunch of changes both in the Postgres code and the
>> buildfarm code to enable running the isolation checks under MSVC. There's
>> one hurdle that I haven't overcome: the code tries to call
>> "./isolationtester" and Windows barfs on it. I think we need to remove that
>> way of doing things, and instead user a full path for such commands like we
>> do elsewhere.
> That seems like the reasonable way to fix it, yes.

It turns out that the real problem was that I'd put a spurious 
underscore in the name of the .exe in the MSVC build. That's been fixed 
now and this is all working.

cheers

andrew


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #6034: pg_upgrade fails when it should not.
Next
From: Tom Lane
Date:
Subject: Re: Foreign memory context read