"Alex Hunsaker" <[EMAIL PROTECTED]> writes:
> On Sat, Nov 15, 2008 at 15:23, Tom Lane <[EMAIL PROTECTED]> wrote:
>> Huh ... what gcc and bison versions are you using?  The code is
>> certainly wrong but I wonder why nobody else saw this error.

> $ bison --version
> bison (GNU Bison) 2.4

Interesting.  Looking at the generated code, it seems that the older
bison versions I have here (2.3 and 1.875) insert an extra semicolon at
the end of any action.  Apparently 2.4 doesn't do that anymore ...
I wonder how many other projects' code will break?

                        regards, tom lane

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to