pgsql: Improve SPI documentation about null-flags arrays.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve SPI documentation about null-flags arrays.
Date: 2013-05-03 18:39:37
Message-ID: E1UYKtN-0000yb-HJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve SPI documentation about null-flags arrays.

Clarify the description of nulls[] arguments, and use the same wording
for all SPI functions with this type of argument. Per gripe from Yuriy
Rusinov.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c091c431979c182bc835b345655c1c162479aeb3

Modified Files
--------------
doc/src/sgml/spi.sgml | 105 +++++++++++++++++++++++++++++++++----------------
1 files changed, 71 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-05-03 18:48:43 pgsql: 9.3 release notes: add markup for text
Previous Message Bruce Momjian 2013-05-03 17:31:03 pgsql: 9.3 release notes: update for current commits