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

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: lockhart(at)alumni(dot)caltech(dot)edu
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 02:15:19
Message-ID: 199802040215.CAA25162@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas G. Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
> Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
>
> > 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...

False alarm, I've just found this message on [COMMITTERS].

Keith.

------------------------
Date: Sun, 1 Feb 1998 21:12:38 -0500 (EST)
From: "Marc G. Fournier" <scrappy(at)hub(dot)org>
To: committers(at)postgreSQL(dot)org
Subject: [COMMITTERS] 'pgsql/src/backend/parser parse_func.c'

Update of /usr/local/cvsroot/pgsql/src/backend/parser
In directory hub.org:/tmp/cvs-serv20139/parser

Modified Files:
parse_func.c
Log Message:

set "caller" value in parse_func.h to func_get_detail instead of just ""

---------------------------

>
> - 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.
>
>
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-04 02:33:42 Re: regression test "strings" failure.
Previous Message Vadim B. Mikheev 1998-02-04 02:14:09 Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page