Reported-by: David Rowley
Discussion: https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g@mail.gmail.com
Backpatch-through: 16
+ |
+
+
+ age ( xid )
+ integer
+
+ Returns the number of transactions between the supplied
+ transaction id and the current transaction counter.
+
+
+
+ |
+
+
+ mxid_age ( xid )
+ integer
+
+ Returns the number of multixacts IDs between the supplied
+ multixact ID and the current multixacts counter.
+
+
+
|