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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Дата
Msg-id 10756.1021839287@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...  (meskes@postgresql.org (Michael Meskes))
Список 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 по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql/src/interfaces/ecpg ChangeLog preproc/ec ...
Следующее
От: ishii@postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql/contrib/pgbench README.pgbench README.pg ...