Re: Isolation checks under MSVC

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Isolation checks under MSVC
Date: 2011-05-16 08:09:17
Message-ID: BANLkTi=_E-1FWOE4LUW3RTgrD-A_+eJ6KA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 16, 2011 at 06:14, Andrew Dunstan <andrew(at)dunslane(dot)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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Wanner 2011-05-16 08:46:26 Re: Exporting closePGconn from libpq
Previous Message Magnus Hagander 2011-05-16 07:59:58 Extensions in schemas