Re: regression test "strings" failure. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: regression test "strings" failure.
Date
Msg-id 199802040233.VAA01788@candle.pha.pa.us
Whole thread Raw
In response to regression test "strings" failure.  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Responses Re: [HACKERS] Re: regression test "strings" failure.  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>
> Hi All,
>
> I'm getting the following failure in the "strings" regression test:-
>
> ======   strings   ======
> 15c15
> < ERROR:  func_get_detail: function text(bpchar) does not exist
> ---
> > ERROR:  : function text(bpchar) does not exist
> 17c17
> < ERROR:  func_get_detail: function text(varchar) does not exist
> ---
> > ERROR:  : function text(varchar) does not exist
>
> This message comes from a call to  func_error() but the 1st arg to the
> call has changed from "func_get_detail" to "".
>
> I can only think this change is deliberate, but why.
>
> All the code is in backend/parser/parse_func.c

Yes, I felt that the message, "function text(bpchar) does not exist",
was pretty clear without giving them a funny function name to confuse
them.

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page
Next
From: Bruce Momjian
Date:
Subject: Re: [QUESTIONS] timestamp questions