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

From Keith Parks
Subject regression test "strings" failure.
Date
Msg-id 199802031018.KAA13057@mtcc.demon.co.uk
Whole thread Raw
Responses Re: regression test "strings" failure.  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] 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

Thanks,
Keith.


pgsql-hackers by date:

Previous
From: James Hughes
Date:
Subject: Re: [HACKERS] VACUUM ANALYZE Problem
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] regression test "strings" failure.