Re: some strange messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: some strange messages
Date: 2003-09-15 22:30:23
Message-ID: 3989.1063665023@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-15 23:46:29 Re: LISTEN and "tuple concurrently updated"
Previous Message Gaetano Mendola 2003-09-15 21:31:20 Re: constraint modification on todo list