Re: 37.10.3

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: mrechte@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2020-03-13T16:22:16Z
Lists: pgsql-docs
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



Commits

  1. Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.