mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-27 00:12:01 +03:00 
			
		
		
		
	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
 |