]> 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)
commitf393fb20a1543a3e08597968ff6017d9d399513d
tree237d15ddd2ec17eb81c6e7015bc4bb5e7b8383bf
parentc9ef507e82ebb2bffc50e531edd6fb4593dd5146
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