mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	v1.9 is already new in this version of PostgreSQL, so turn it into just one change. Author: Julien Rohaud Discussion: https://postgr.es/m/20210408120505.7zinijtdexbyghvb@nol
		
			
				
	
	
		
			6 lines
		
	
	
		
			204 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			204 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # pg_stat_statements extension
 | |
| comment = 'track planning and execution statistics of all SQL statements executed'
 | |
| default_version = '1.9'
 | |
| module_pathname = '$libdir/pg_stat_statements'
 | |
| relocatable = true
 |