Re: [HACKERS] regression test "strings" failure.

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
Cc: hackers(at)postgreSQL(dot)org, maillist(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: [HACKERS] regression test "strings" failure.
Date: 1998-02-05 03:32:21
Message-ID: Pine.BSF.3.96.980204233147.12562T-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 3 Feb 1998, Keith Parks wrote:

> 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

I fixed this and committed it:

----------------------------
revision 1.10
date: 1998/02/02 02:12:34; author: scrappy; state: Exp; lines: +3 -3
set "caller" value in parse_func.h to func_get_detail instead of just ""

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-05 03:36:02 Re: [HACKERS] Re: regression test "strings" failure.
Previous Message The Hermit Hacker 1998-02-05 03:31:02 Re: [HACKERS] snapshot won't compile on irix6.2