From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | "James H(dot) Cloos Jr(dot)" <cloos(at)jhcloos(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: ecpg in REL7_3_2 |
Date: | 2003-02-26 22:39:29 |
Message-ID: | 380750000.1046299169@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
--On Wednesday, February 26, 2003 17:33:23 -0500 "James H. Cloos Jr."
<cloos(at)jhcloos(dot)com> wrote:
> I'm trying to compile a co of REL_7_3_2 for my laptop (initially a
> suse 7.3 install) and it fails w/ this from bison:
>
> make -C preproc all
> make[1]: Entering directory
> `.../pgsql-server-7.3.2/src/interfaces/ecpg/preproc' bison -y -d
> preproc.y
> preproc.y:5560: fatal error: maximum table size (32767) exceeded
> make[1]: *** [preproc.h] Error 1
> make[1]: Leaving directory
> `.../pgsql-server-7.3.2/src/interfaces/ecpg/preproc'
>
> I also tried using the HEAD version of preproc.y and that gave the
> same error, but at line 5559.
>
> Bison is 1.28. Yacc (version 91.7.30) gives a similar error.
you need Bison 1.50 or later.......
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-02-26 22:40:38 | Re: Free-space-map management thoughts |
Previous Message | Matthew T. O'Connor | 2003-02-26 22:38:35 | Re: Free-space-map management thoughts |