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

From Magnus Hagander
Subject Re: Isolation checks under MSVC
Date
Msg-id BANLkTi=_E-1FWOE4LUW3RTgrD-A_+eJ6KA@mail.gmail.com
Whole thread Raw
In response to Isolation checks under MSVC  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Isolation checks under MSVC  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Extensions in schemas
Next
From: Markus Wanner
Date:
Subject: Re: Exporting closePGconn from libpq