Re: ECPG regression tests

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: ECPG regression tests
Date: 2007-10-03 12:34:59
Message-ID: 20071003123459.GI22596@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 03, 2007 at 02:12:50PM +0200, Michael Meskes wrote:
> On Wed, Oct 03, 2007 at 01:54:50PM +0200, Magnus Hagander wrote:
> > Getting much further now - now they all build :-) But I'm getting a couple
> > of failures in autoprep and oldexec. Diffs attached.
> >
> > Pointers?
>
> Looks like we're almost there.
>
> oldexec needs the additional option "-r questionmarks" to ecpg. Here's
> the line from the normal Makefile:
>
> $(ECPG) -r questionmarks -o $@ -I$(srcdir) $<
>
> autoprep also needs an additional parameter. It's "-r prepare". And
> again, here's the line:
>
> $(ECPG) -r prepare -o $@ -I$(srcdir) $<

Bingo.

With that, all the ECPG regression tests now pass on MSVC builds.

Andrew - please enable it for the buildfarm :-)

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2007-10-03 13:22:35 Re: ECPG regression tests
Previous Message Michael Meskes 2007-10-03 12:12:50 Re: ECPG regression tests