]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: add docs for age(xid) and mxid_age(xid)
authorBruce Momjian <bruce@momjian.us>
Fri, 24 Nov 2023 19:36:00 +0000 (14:36 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 24 Nov 2023 19:36:00 +0000 (14:36 -0500)
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g@mail.gmail.com

Backpatch-through: 16

doc/src/sgml/func.sgml

index 9f17cbd5806a652a5f0e7a3f47877158fb9c433c..13ce7f856a35dea5dded476099411fc114b6d566 100644 (file)
@@ -25800,6 +25800,34 @@ SELECT collation for ('foo' COLLATE "de_DE");
      </thead>
 
      <tbody>
+      <row>
+       <entry role="func_table_entry"><para role="func_signature">
+        <indexterm>
+         <primary>age</primary>
+        </indexterm>
+        <function>age</function>  ( <type>xid</type> )
+        <returnvalue>integer</returnvalue>
+       </para>
+       <para>
+        Returns the number of transactions between the supplied
+        transaction id and the current transaction counter.
+       </para></entry>
+      </row>
+
+      <row>
+       <entry role="func_table_entry"><para role="func_signature">
+        <indexterm>
+         <primary>mxid_age</primary>
+        </indexterm>
+        <function>mxid_age</function>  ( <type>xid</type> )
+        <returnvalue>integer</returnvalue>
+       </para>
+       <para>
+        Returns the number of multixacts IDs between the supplied
+        multixact ID and the current multixacts counter.
+       </para></entry>
+      </row>
+
       <row>
        <entry role="func_table_entry"><para role="func_signature">
         <indexterm>