mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add new 'old_snapshot' contrib module.
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
This commit is contained in:
5
contrib/old_snapshot/old_snapshot.control
Normal file
5
contrib/old_snapshot/old_snapshot.control
Normal file
@ -0,0 +1,5 @@
|
||||
# old_snapshot extension
|
||||
comment = 'utilities in support of old_snapshot_threshold'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/old_snapshot'
|
||||
relocatable = true
|
Reference in New Issue
Block a user