Re: contrib/cube & contrib/seg regression fixes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/cube & contrib/seg regression fixes
Date: 2002-09-15 04:03:33
Message-ID: 26060.1032062613@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Joe Conway <mail(at)joeconway(dot)com> writes:
> The message seems to be coming from bison:

> #0 elog (lev=20, fmt=0x82c038c "parse error, unexpected $undefined.,
> expecting FLOAT or O_PAREN or O_BRACKET at or before position 1, character
> ('A', \\101), input: 'ABC'\n") at elog.c:114
> #1 0x40019093 in cube_yyerror (msg=0xbfffe300 "parse error, unexpected
> $undefined., expecting FLOAT or O_PAREN or O_BRACKET") at cubeparse.y:204
> #2 0x40018dab in cube_yyparse (result=0xbfffe8b0) at
> /usr/share/bison/bison.simple:799

> I'm using bison-1.35. Recommendations, or should I ignore the regression failures?

AFAICT, bison 1.28 (what I have here) cannot emit any message mentioning
"unexpected"; the word just plain does not appear in bison.simple.
"unexpected $undefined." does not exactly seem like a major advance in
error-message technology anyway :-(.

I suggest we sit tight and hope that the bison guys get their act
together, soon.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-09-15 04:09:04 Re: Patch to return last tid
Previous Message Joe Conway 2002-09-15 02:41:01 Re: contrib/cube & contrib/seg regression fixes