F.35. old_snapshot — inspectold_snapshot_threshold state | ||||
|---|---|---|---|---|
| Prev | Up | Appendix F. Additional Supplied Modules and Extensions Shipped inpostgrespro-std-16-contrib | Home | Next |
F.35. old_snapshot — inspectold_snapshot_threshold state#
Theold_snapshot module allows inspection of the server state that is used to implementold_snapshot_threshold.
F.35.1. Functions#
pg_old_snapshot_time_mapping(array_offset OUT int4, end_timestamp OUT timestamptz, newest_xmin OUT xid) returns setof recordReturns all of the entries in the server's timestamp to XID mapping. Each entry represents the newest xmin of any snapshot taken in the corresponding minute.