Re: contrib/tablefunc bugfix - Mailing list pgsql-patches

From Tom Lane
Subject Re: contrib/tablefunc bugfix
Date
Msg-id 21074.1052883320@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib/tablefunc bugfix  (Joe Conway <mail@joeconway.com>)
Responses Re: contrib/tablefunc bugfix  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I did find that contrib/cube fails `make installcheck` due to the bison
> error message wording change (...syntax error... vs ... parse error
> ...). It seems contrib/seg was adjusted for this, but cube was not. Is
> there a reason for that, or should I send in a patch?
>>
>> Since we are going to be going through substantial error message wording
>> changes anyway for 7.4, I'm planning to revert the build-time hack that
>> preserves the older bison spelling of the error message; we may as
>> well standardize on the bison 1.875 spelling.  So contrib/seg needs its
>> hack undone, and both need their expected files updated.  If you wanna
>> do that, fine, otherwise I'll get to it when I start doing the backend
>> error call updates.

> OK -- patch attached. Both cube and seg pass `make installcheck` for me now.

Applied.  contrib passes build, install, installcheck cleanly for me
now.  Let me know if you see remaining problems...

            regards, tom lane

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Re: SQL99 CREATE TABLE ... (LIKE parent_table)
Next
From: Tom Lane
Date:
Subject: Re: contrib/tablefunc bugfix