Thread
Commits
-
Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
- f393fb20a154 12.3 landed
- dbf95c843a3d 13.0 landed
- 7e32aaab589a 11.8 landed
- 00f38866f7e9 10.13 landed
-
37.10.3
The Post Office <noreply@postgresql.org> — 2020-03-12T06:34:30Z
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) ?
-
Re: 37.10.3
Laurenz Albe <laurenz.albe@cybertec.at> — 2020-03-12T23:30:20Z
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
-
Re: 37.10.3
Tom Lane <tgl@sss.pgh.pa.us> — 2020-03-13T16:22:16Z
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