pgsql: Document pg_get_multixact_members().

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document pg_get_multixact_members().
Date: 2025-07-01 18:55:45
Message-ID: E1uWg8v-004EPG-0R@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document pg_get_multixact_members().

Oversight in commit 0ac5ad5134.

Author: Sami Imseih <samimseih(at)gmail(dot)com>
Co-authored-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Reviewed-by: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)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_15_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-07-01 19:19:50 pgsql: Make more use of binaryheap_empty() and binaryheap_size().
Previous Message Peter Eisentraut 2025-07-01 18:44:11 pgsql: Update comment for IndexInfo.ii_WithoutOverlaps