From: | Unprivileged user <nobody> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | Port Bug Report: yacc bombs table size |
Date: | 1999-05-05 16:27:30 |
Message-ID: | 199905051627.MAA97362@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg토토 핫SQL |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Andreas Hohl
Your email address : vader(at)comtelligence(dot)net
Category : install: compile
Severity : serious
Summary: yacc bombs table size
System Configuration
--------------------
Operating System : BSDI 4.0.1
PostgreSQL version : 6.4.2
Compiler used : gcc
Hardware:
---------
BSD/OS publish.co.jp 4.0.1 BSDI BSD/OS 4.0.1 Kernel #4: Fri Feb 19 11:52:44 MST
1999 polk(at)demiurge(dot)BSDI(dot)COM:/home/polk/tmp/sys/compile/GENERIC i386
Versions of other tools:
------------------------
gmake
--------------------------------------------------------------------------
Problem Description:
--------------------
gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/optimizer'
gmake -C parser all
gmake[2]: Entering directory `/usr/src/pgsql/src/backend/parser'
/usr/bin/yacc -d gram.y
/usr/bin/yacc: f - maximum table size exceeded
gmake[2]: *** [parse.h] Error 2
gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/parser'
gmake[1]: *** [parser.dir] Error 2
gmake[1]: Leaving directory `/usr/src/pgsql/src/backend'
gmake: *** [all] Error 2
--------------------------------------------------------------------------
Test Case:
----------
just recompile it happens everytime no matter what switches are set
our version we compiled as foollows:
first run configure like this...
./configure --with-template=bsdi_4.0 --with-mb=EUC_JP
then gmake
--------------------------------------------------------------------------
Solution:
---------
Discussed issue with BSDI, they say it is not an easy fix, and requires source of BSDI, however the tabel can not exceed 32700
--------------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-05-05 21:46:28 | Re: [PORTS] Port Bug Report: yacc bombs table size |
Previous Message | PostGres SQL | 1999-05-05 15:14:14 | Re: [PORTS] Core dump with initdb on Irix 6.2 |