Re: some strange messages

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: some strange messages
Дата
Msg-id 3989.1063665023@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: some strange messages  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> On Mon, Sep 15, 2003 at 01:28:52AM -0400, Tom Lane wrote:
>> Or rewrite entirely.  Do you have a better wording?

> Yes.  In fact something very similar appears in regproc.c, line 636:

>     if (nargs == 1)
>         ereport(ERROR,
>                 (errcode(ERRCODE_UNDEFINED_PARAMETER),
>                  errmsg("missing argument"),
>                  errhint("Use NONE to denote the missing argument of a unary operator.")));

Done; I also adjusted the guc.c entry per your suggestion.  Peter
already dealt with the third item.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Gaetano Mendola"
Дата:
Сообщение: Re: constraint modification on todo list
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LISTEN and "tuple concurrently updated"