Re: interfaces/ecpg/preproc reduce/reduce conflicts - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: interfaces/ecpg/preproc reduce/reduce conflicts
Date
Msg-id 20020519200448.GA7356@feivel.fam-meskes.de
Whole thread Raw
In response to interfaces/ecpg/preproc reduce/reduce conflicts  (Joe Conway <mail@joeconway.com>)
Responses Re: interfaces/ecpg/preproc reduce/reduce conflicts  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, May 16, 2002 at 04:51:28PM -0700, Joe Conway wrote:
> make -C preproc all
> make[4]: Entering directory `/opt/src/pgsql/src/interfaces/ecpg/preproc'
> bison -y -d  preproc.y
> conflicts:  2 reduce/reduce

Didn't notice this before. Fix was quite easy, but I also did sync
ecpg's parser with the backend one and now I cannot compile it anymore.
Haven't found time to dig into this. So be careful, current CVS WILL NOT
COMPILE!

This is what happens:

preproc.y:5330: fatal error: maximum table size (32767) exceeded

I never before saw that and didn't find it in the docs with a quick
grep. Maybe someone knows this. Else I will check in more detail.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: ScanCommandId should become part of snapshot
Next
From: Michael Meskes
Date:
Subject: Re: interfaces/ecpg/preproc reduce/reduce conflicts