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

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] regression test "strings" failure.
Дата
Msg-id 34D7C3ED.FBAEC17A@alumni.caltech.edu
обсуждение исходный текст
Ответ на regression test "strings" failure.  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Keith Parks
Дата:
Сообщение: regression test "strings" failure.
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page