Re: 37.10.3

2020-03-13 Thread Tom Lane
Laurenz Albe writes: > On Thu, 2020-03-12 at 06:34 +, 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 withou

Re: 37.10.3

2020-03-12 Thread Laurenz Albe
On Thu, 2020-03-12 at 06:34 +, 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 diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index