Re: byacc problem with FreeBSD ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: byacc problem with FreeBSD ...
Date: 2000-09-25 15:00:08
Message-ID: 24402.969894008@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> Just going through Peter's new 'mk-snapshot' script, and found a problem:

> gmake[4]: Entering directory `/home/projects/pgsql/snapshot/pgsql/postgresql-snapshot/src/backend/parser'
> byacc -d gram.y
> byacc: f - maximum table size exceeded

byacc? Why isn't it using bison?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Mount 2000-09-25 15:30:06 Re: Please no // comments in C source (ecpg)
Previous Message Tom Lane 2000-09-25 14:55:49 Re: Q: How to #ifdef for dlopen() or a specific OS Version