Re: On the subject of yacc... - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: On the subject of yacc...
Date
Msg-id Pine.LNX.4.21.0010012238370.1031-100000@peter.localdomain
Whole thread Raw
In response to On the subject of yacc...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
List pgsql-hackers
Dominic J. Eidson writes:

> Trying to compile PostgreSQL latest-CVS on SuSE 6.4 produces the following
> error (was talked about on the list this past week, IIRC):
> 
> make[3]: Entering directory `/tmp/pgsql/src/backend/parser'
> yacc -d  gram.y
> yacc: f - maximum table size exceeded
> make[3]: *** [parse.h] Error 2

You need to install bison or get your yacc to increase its table size.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: "Dominic J. Eidson"
Date:
Subject: On the subject of yacc...
Next
From: Peter Eisentraut
Date:
Subject: Re: Solution for RI permission problem