pgsql: Document pg_get_multixact_members(). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Document pg_get_multixact_members().
Date
Msg-id E1uWg8v-004EPE-0N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document pg_get_multixact_members().

Oversight in commit 0ac5ad5134.

Author: Sami Imseih <samimseih@gmail.com>
Co-authored-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://postgr.es/m/20150619215231.GT133018%40postgresql.org
Discussion: https://postgr.es/m/CAA5RZ0sjQDDwJfMRb%3DZ13nDLuRpF13ME2L_BdGxi0op8RKjmDg%40mail.gmail.com
Backpatch-through: 13

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d271b04dc64ef34654f7ff2a2bb382c34543ea1e

Modified Files
--------------
doc/src/sgml/func.sgml        | 28 +++++++++++++++++++++++++++-
doc/src/sgml/maintenance.sgml |  5 ++++-
2 files changed, 31 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update comment for IndexInfo.ii_WithoutOverlaps
Next
From: Nathan Bossart
Date:
Subject: pgsql: Make more use of binaryheap_empty() and binaryheap_size().