Re: ECPG regression tests

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ECPG regression tests
Date: 2007-10-03 12:12:50
Message-ID: 20071003121250.GA9372@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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) $<

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-10-03 12:34:59 Re: ECPG regression tests
Previous Message Magnus Hagander 2007-10-03 11:54:50 ECPG regression tests