Re: [PORTS] Port Bug Report: yacc: table size exceed - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: [PORTS] Port Bug Report: yacc: table size exceed
Date
Msg-id 3736F56C.B23B74A4@alumni.caltech.edu
Whole thread Raw
In response to Port Bug Report: yacc: table size exceed  (Unprivileged user <nobody>)
List pgsql-ports
>   PostgreSQL version : 6.4.2
> Problem Description:
> --------------------
> /usr/bin/yacc -d gram.y
> /usr/bin/yacc: f - maximum table size exceeded
> make: *** [parse.h] Error 2

Get the original file src/backend/parser/gram.c from your source
distribution, and "touch" it to force the creation time of the file to
be more recent than src/backend/parser/gram.y. v6.4.2 had a problem
with this. This should fix your problem...

                      - Tom

--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California

pgsql-ports by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [PORTS] Port Bug Report: psql create/drop table bug
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] DEC 6.5 port