Re: bison error

From: Neil Conway <neilc(at)samurai(dot)com>
To: bigapple <bigapple__2002(at)163(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bison error
Date: 2002-12-09 07:07:01
Message-ID: 1039417621.350.89.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2002-12-09 at 01:58, bigapple wrote:
> When I check out the pgsql from cvs and I complile it, an error occured .
>
> dir: pgsql/src/interfaces/ecpg/preproc
> bison -y -d preproc.y
> erro information:
> preproc.y:5559: fatal error: maximum table size (32767) exceeded.

You need to use Bison 1.50 or greater, due to a limitation in previous
versions of Bison.

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2002-12-09 07:08:18 Re: bison error
Previous Message bigapple 2002-12-09 06:58:19 bison error