Re: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: meskes(at)postgresql(dot)org (Michael Meskes)
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Date: 2002-05-19 20:14:47
Message-ID: 10756.1021839287@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

meskes(at)postgresql(dot)org (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: fatal error: maximum table size (32767) exceeded
make: *** [preproc.h] Error 1

This is with

$ bison -V
GNU Bison version 1.28

Surprised the heck out of me --- I thought GNU tools weren't supposed
to have arbitrary limits in them. Perhaps there's some error in the
preproc.y file that's triggering this?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2002-05-20 05:07:28 pgsql/contrib/pgbench README.pgbench README.pg ...
Previous Message Michael Meskes 2002-05-19 20:00:53 pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-05-19 20:19:58 Re: interfaces/ecpg/preproc reduce/reduce conflicts
Previous Message Michael Meskes 2002-05-19 20:06:46 Re: interfaces/ecpg/preproc reduce/reduce conflicts