Re: [HACKERS] [COMMITTERS] pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...

2002-05-21 Thread Michael Meskes
On Mon, May 20, 2002 at 10:31:57AM -0400, Tom Lane wrote: > Yes. Maybe we should contact the Bison developers and lobby for an > increase in the standard value. I don't mind saying "you must use > Bison 1.36 or newer to rebuild the Postgres grammar" ... but having to > say "you must use a nonsta

Re: [HACKERS] [COMMITTERS] pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...

2002-05-20 Thread Tom Lane
Michael Meskes <[EMAIL PROTECTED]> writes: > [Moved to hackers} > On Sun, May 19, 2002 at 04:14:47PM -0400, Tom Lane wrote: >> preproc.y:5330: fatal error: maximum table size (32767) exceeded >> >> This is with >> $ bison -V >> GNU Bison version 1.28 > I'm using bison 1.35, but get the same error

Re: [HACKERS] [COMMITTERS] pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...

2002-05-20 Thread Michael Meskes
[Moved to hackers} On Sun, May 19, 2002 at 04:14:47PM -0400, Tom Lane wrote: > [EMAIL PROTECTED] (Michael Meskes) writes: > > - Fixed reduce/reduce conflict in parser. > > - Synced preproc.y with gram.y. > > Good, but now I get: > > $ make > bison -y -d preproc.y > preproc.y:5330: fata