regression test "strings" failure.
Keith Parks <emkxp01@mtcc.demon.co.uk>
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
To: hackers@postgresql.org, maillist@candle.pha.pa.us
Date: 1998-02-03T10:18:53Z
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.