Re: ecpg and bison again - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ecpg and bison again
Date
Msg-id 4163.1024496072@sss.pgh.pa.us
Whole thread Raw
In response to Re: ecpg and bison again  (Michael Meskes <meskes@postgresql.org>)
Responses Re: ecpg and bison again  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> On Wed, Jun 19, 2002 at 02:22:08PM +0100, Lee Kindness wrote:
>> Perhaps there is some usefulness in adding 'preproc-inprogress.y' to
>> the repository and those interested in ecpg changes and who have the
>> relevant bison installed can manually copy it to 'preproc.y'?

> Is this something we can agree on? I'm willing to even add
> preproc-inprogress.c, but I'm not sure if this generates the same
> problems as with preproc.c.

Seems to me that it would.

I agree it's not pleasant to be blocked like this.  Is there any way we
can persuade the bison guys to be a little more urgent about releasing a
fix?  (If 1.49 is just an internal beta version, maybe a back-patch to
their last released version?)

Another possibility is to temporarily disable ecpg from being built by
default (eg, just remove it from src/interfaces/Makefile) and then go
ahead and commit your changes.  Then, anyone wanting to test it would
have to (a) have a suitable bison installed and (b) manually go into
interfaces/ecpg and say "make all install".  I can't say that I like
this idea, but it seems better than putting derived files into CVS.
        regards, tom lane

PS: BTW, are any of the bison people at Red Hat?  Maybe I could apply
a little internal pressure...


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Missing library files??
Next
From: Thomas Lockhart
Date:
Subject: Re: ecpg and bison again