Re: Error during Installation - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Error during Installation
Date
Msg-id 21239.1063493635@sss.pgh.pa.us
Whole thread Raw
In response to Error during Installation  ("Amar BAJRACHARYA" <amar@mrcmekong.org>)
List pgsql-bugs
"Amar BAJRACHARYA" <amar@mrcmekong.org> writes:
> I am trying to install the PostGreSQL 7.3.4 version. However, when I
> execute gmake, I get the following error message:
> Preproc.c:5560:  fatal error: maximum table size (32767) exceeded.

You need a newer bison.

Although really you shouldn't need bison at all, if you are building
from a distribution tarball --- preproc.c should come already built
in that case.  Maybe the file timestamps got messed up?  Or did you
pull the source from our CVS server?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.3.2 incorrectly counts characters for unicode varchar field
Next
From: Pavel Stehule
Date:
Subject: wrong inicializied array in plpgsql