Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-22 Thread Michael Meskes

On Sun, May 19, 2002 at 04:19:58PM -0400, Tom Lane wrote:
 Michael Meskes [EMAIL PROTECTED] writes:
  Haven't found time to dig into this. So be careful, current CVS WILL NOT
  COMPILE!
 
 If you're not going to fix it right away, would you mind reverting the
 commit?

Sorry, I just found this mail, no idea where it stuck since sunday.
Don't worry, it's already fixed.

Also I'm in contact with some bison developers.

Michael
-- 
Michael Meskes
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-19 Thread Michael Meskes

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
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-19 Thread Michael Meskes

On Fri, May 17, 2002 at 10:47:54AM -0400, Alvaro Herrera wrote:
 It's not just the grammar. Last time I tried to compile OSDB to get some
 benchmarking done, ecpg segfaulted on it (before having any reduce
 conflict). I tried to do some investigation, but my knowledge was too
 limited and couldn't even generate a decent bug report.

But at least you could send me a mail telling me something fails. :-)

I won't debug this if I don't know it fails.

Michael

-- 
Michael Meskes
[EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-19 Thread Tom Lane

Michael Meskes [EMAIL PROTECTED] writes:
 Haven't found time to dig into this. So be careful, current CVS WILL NOT
 COMPILE!

If you're not going to fix it right away, would you mind reverting the
commit?

regards, tom lane

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-17 Thread Alvaro Herrera

On Thu, 16 May 2002, Tom Lane wrote:

 Joe Conway [EMAIL PROTECTED] writes:
  Just noticed this a few minutes ago on build from cvs tip:
  make -C preproc all
  make[4]: Entering directory `/opt/src/pgsql/src/interfaces/ecpg/preproc'
  bison -y -d  preproc.y
  conflicts:  2 reduce/reduce
 
 Yeah, the ECPG grammar has been broken for awhile.  I'm expecting
 Michael to do something about it sooner or later ...

It's not just the grammar. Last time I tried to compile OSDB to get some
benchmarking done, ecpg segfaulted on it (before having any reduce
conflict). I tried to do some investigation, but my knowledge was too
limited and couldn't even generate a decent bug report.

-- 
Alvaro Herrera (alvherre[@]dcc.uchile.cl)
Nunca se desea ardientemente lo que solo se desea por razon (F. Alexandre)


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [HACKERS] interfaces/ecpg/preproc reduce/reduce conflicts

2002-05-16 Thread Tom Lane

Joe Conway [EMAIL PROTECTED] writes:
 Just noticed this a few minutes ago on build from cvs tip:
 make -C preproc all
 make[4]: Entering directory `/opt/src/pgsql/src/interfaces/ecpg/preproc'
 bison -y -d  preproc.y
 conflicts:  2 reduce/reduce

Yeah, the ECPG grammar has been broken for awhile.  I'm expecting
Michael to do something about it sooner or later ...

regards, tom lane

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster