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

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
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-04 01:27:10
Message-ID: 34D7C3ED.FBAEC17A@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-02-04 02:14:09 Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page
Previous Message Keith Parks 1998-02-03 23:36:00 Snapshot 030298 on SPARC Linux.