Re: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Date
Msg-id 10756.1021839287@sss.pgh.pa.us
Whole thread Raw
In response to pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...  (meskes@postgresql.org (Michael Meskes))
List pgsql-committers
meskes@postgresql.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

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Next
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql/contrib/pgbench README.pgbench README.pg ...