Re: regression test "strings" failure.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: emkxp01(at)mtcc(dot)demon(dot)co(dot)uk
Cc: hackers(at)postgresql(dot)org
Subject: Re: regression test "strings" failure.
Date: 1998-02-04 02:33:42
Message-ID: 199802040233.VAA01788@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-04 02:36:11 Re: [QUESTIONS] timestamp questions
Previous Message Keith Parks 1998-02-04 02:15:19 Re: [HACKERS] regression test "strings" failure.