plpgsql grammar fix not so easy after all - Mailing list pgsql-hackers

From Tom Lane
Subject plpgsql grammar fix not so easy after all
Date
Msg-id 12589.934142168@sss.pgh.pa.us
Whole thread Raw
Responses Re: plpgsql grammar fix not so easy after all
List pgsql-hackers
The current CVS version of pl/plpgsql/src/gram.y may work for plain
yacc, but it fails with bison :-(

I think the only real solution will be to stop trying to compile the
yacc and lex output files as one C compilation, and compile them
separately like everyone else does it...

In the meantime I suggest reverting the "fix", since most of the
developers are presumably using bison.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] 6.5.1, error in pg_dump
Next
From: Bruce Momjian
Date:
Subject: Re: plpgsql grammar fix not so easy after all