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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.
Date: 2020-03-13 16:49:33
Message-ID: E1jCnV7-0000FT-C5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7e32aaab589a8927c22d3b83d55fc0e77424b348

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-03-14 15:15:43 pgsql: Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Previous Message Peter Eisentraut 2020-03-13 14:47:54 pgsql: doc: Remove unused title ids