mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
aecf5ee2bb
You can use this to view the contents of the time to XID mapping which the server maintains when old_snapshot_threshold != -1. Being able to view that information may be interesting for users, and it's definitely useful for figuring out whether the mapping is being maintained correctly. It isn't, so that will need to be fixed in a subsequent commit. Patch by me, reviewed by Thomas Munro, Dilip Kumar, Hamid Akhtar. Discussion: http://postgr.es/m/CA+TgmoY=aqf0zjTD+3dUWYkgMiNDegDLFjo+6ze=Wtpik+3XqA@mail.gmail.com
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
# old_snapshot extension
|
|
comment = 'utilities in support of old_snapshot_threshold'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/old_snapshot'
|
|
relocatable = true
|