Re: [HACKERS] regression test "strings" failure. - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] regression test "strings" failure.
Date
Msg-id 34D7C3ED.FBAEC17A@alumni.caltech.edu
Whole thread Raw
In response to regression test "strings" failure.  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
List pgsql-hackers
> I'm getting the following failure in the "strings" regression test:-

What is the date/time on your snapshot? I ran a fresh build yesterday
from the development tree as of about 980202 15:20UTC. Didn't see the
problem...

                                          - Tom

> ======   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: Keith Parks
Date:
Subject: regression test "strings" failure.
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page