From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Tibor Takacs <takacst(at)server(dot)nadasdy-csepreg(dot)sulinet(dot)hu> |
Cc: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | Re: [PORTS] Port Bug Report: yacc: table size exceed |
Date: | 1999-05-10 15:04:12 |
Message-ID: | 3736F56C.B23B74A4@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-05-10 15:14:05 | Re: [PORTS] DEC 6.5 port |
Previous Message | Thomas Lockhart | 1999-05-10 14:59:45 | Re: [PORTS] Port Bug Report: psql create/drop table bug |