Re: ECPG regression tests

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: ECPG regression tests
Дата
Msg-id 20071003123459.GI22596@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: ECPG regression tests  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: ECPG regression tests  (Michael Meskes <meskes@postgresql.org>)
Re: ECPG regression tests  (Andrew Dunstan <andrew@dunslane.net>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG regression tests
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG regression tests