37.10.3

Started by PG Bug reporting formabout 6 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/xfunc-c.html
Description:

There is mention to macro PG_ARGNULL_xxx() which I cannot locate. Aren't you
talking of PG_ARGISNULL(n) ?

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: 37.10.3

On Thu, 2020-03-12 at 06:34 +0000, PG Doc comments form wrote:

There is mention to macro PG_ARGNULL_xxx() which I cannot locate. Aren't you
talking of PG_ARGISNULL(n) ?

Indeed.

Here is a patch for that.

Yours,
Laurenz Albe

Attachments:

PG_ARGISNULL.doc.patchtext/x-patch; charset=UTF-8; name=PG_ARGISNULL.doc.patchDownload+1-1
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Laurenz Albe (#2)
Re: 37.10.3

Laurenz Albe <laurenz.albe@cybertec.at> writes:

On Thu, 2020-03-12 at 06:34 +0000, PG Doc comments form wrote:

There is mention to macro PG_ARGNULL_xxx() which I cannot locate. Aren't you
talking of PG_ARGISNULL(n) ?

Indeed.

Indeed :-(.

Here is a patch for that.

Not quite right, it's just PG_ARGISNULL without any type-specific
decoration. Will push in a moment.

regards, tom lane