pgsql: Document age(xid) and mxid_age(xid). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Document age(xid) and mxid_age(xid).
Date
Msg-id E1uWd3Q-004CqE-2P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document age(xid) and mxid_age(xid).

These functions have been around for some time, but commits
48b5aa3143 and 15afb7d61c were only back-patched to v16.  Let's
back-patch them to all supported versions now.

Reported-by: David Rowley <dgrowleyml@gmail.com> (commit 48b5aa3143)
Author: Bruce Momjian <bruce@momjian.us> (commit 48b5aa3143)
Co-authored-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> (commit 15afb7d61c)
Reviewed-by: Michael Paquier <michael@paquier.xyz> (commit 15afb7d61c)
Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/aGMCxHxLfeMdQk8m%40nathan
Backpatch-through: 13-15

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/326f2aaee6472c43b8eb3f5528c825ecfdf540a1

Modified Files
--------------
doc/src/sgml/func.sgml | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Control ctype behavior internally with a method table.
Next
From: Tom Lane
Date:
Subject: pgsql: Make safeguard against incorrect flags for fsync more portable.