regression test "strings" failure.

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org, maillist(at)candle(dot)pha(dot)pa(dot)us
Subject: regression test "strings" failure.
Date: 1998-02-03 10:18:53
Message-ID: 199802031018.KAA13057@mtcc.demon.co.uk
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

Thanks,
Keith.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas DBT 1998-02-03 10:37:33 lock table syntax
Previous Message PostgreSQL 1998-02-03 08:53:28 Re: [HACKERS] Speed boost + Others