Re: ERROR: parser: parse error at or near "JOIN" - Mailing list pgsql-hackers

From Fernando Nasser
Subject Re: ERROR: parser: parse error at or near "JOIN"
Date
Msg-id 3AE6F6A0.4F38748@redhat.com
Whole thread Raw
In response to ERROR: parser: parse error at or near "JOIN"  (Fernando Nasser <fnasser@redhat.com>)
Responses Re: ERROR: parser: parse error at or near "JOIN"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> 
> Fernando Nasser <fnasser@redhat.com> writes:
> > Is anyone else seeing this?
> 
> No.
> 
> > I have the current CVS sources and "make check" ends up with one
> > failure.  My regression.diffs shows:
> 
> I think you must have built gram.c with a broken bison or yacc.  What
> exactly is configure picking, and what version is it?
> 

Yes you are right.

With:

[12:03:04] > flex -V
flex version 2.5.4                                                                             
[12:03:08] > bison -V
GNU Bison version 1.28

it fails, but using older versions of flex and bison the regression goes
away:

[12:05:30] > flex -V
flex Cygnus version 2.5-gnupro-99r1

[12:05:34] > bison -V
GNU Bison version 1.25


Thank you very much.




-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: parser: parse error at or near "JOIN"
Next
From: Tom Lane
Date:
Subject: Re: Any optimizations to the join code in 7.1?