Re: some strange messages - Mailing list pgsql-hackers

From Tom Lane
Subject Re: some strange messages
Date
Msg-id 3989.1063665023@sss.pgh.pa.us
Whole thread Raw
In response to Re: some strange messages  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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 by date:

Previous
From: "Gaetano Mendola"
Date:
Subject: Re: constraint modification on todo list
Next
From: Tom Lane
Date:
Subject: Re: LISTEN and "tuple concurrently updated"