]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Mar 2020 16:49:10 +0000 (12:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Mar 2020 16:49:10 +0000 (12:49 -0400)
commit7e32aaab589a8927c22d3b83d55fc0e77424b348
tree881eee8e223075c393ec4bf82f3a765d58cf66fd
parent15cbbf81a58fd04479c0e5ff134838492473e935
Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.

This should of course be just "PG_ARGISNULL()".

Also reorder a couple of paras to make the discussion of PG_ARGISNULL
less disjointed.

Back-patch to v10 where the error was introduced.

Laurenz Albe and Tom Lane, per an anonymous docs comment

Discussion: https://postgr.es/m/158399487096.5708.10696365251766477013@wrigleys.postgresql.org
doc/src/sgml/xfunc.sgml