old_snapshot
utilities in support of old_snapshot_threshold
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
old_snapshot | 1.0 | ADMIN | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 5960 | old_snapshot | No | Yes | No | Yes | No | No | - |
Version
| PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|
| ✗ | ✗ | 1.0 | 1.0 | 1.0 |
Install
Note: This is a built-in contrib extension of PostgreSQL
Usage
old_snapshot: utilities in support of old_snapshot_threshold
The old_snapshot extension provides inspection functions for the server state related to the old_snapshot_threshold configuration parameter.
Note: this chapter is removed from PostgreSQL current docs in newer releases; use versioned docs when needed.
Function
Function Signature
Output Columns
| Column | Type | Description |
|---|---|---|
array_offset | int4 | Index position in the mapping array |
end_timestamp | timestamptz | End of the corresponding one-minute interval |
newest_xmin | xid | Newest xmin of any snapshot taken during that minute |
Context
PostgreSQL’s old_snapshot_threshold parameter controls how long a snapshot can remain valid. The server maintains an internal mapping of timestamps to transaction IDs to implement this feature. This extension exposes that mapping for inspection and debugging.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)