mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in documentation
These have been found while cross-checking for the use of unique words in the documentation. Author: Alexander Lakhin Discussion: https://postgr.es/m/9b5a3a85-899a-ae62-dbab-1e7943aa5ab1@gmail.com
This commit is contained in:
		@@ -594,7 +594,7 @@ SELECT datname, age(datfrozenxid) FROM pg_database;
 | 
				
			|||||||
    scans every page in the table that is not already all-frozen, it should
 | 
					    scans every page in the table that is not already all-frozen, it should
 | 
				
			||||||
    set <literal>age(relfrozenxid)</> to a value just a little more than the
 | 
					    set <literal>age(relfrozenxid)</> to a value just a little more than the
 | 
				
			||||||
    <varname>vacuum_freeze_min_age</> setting
 | 
					    <varname>vacuum_freeze_min_age</> setting
 | 
				
			||||||
    that was used (more by the number of transcations started since the
 | 
					    that was used (more by the number of transactions started since the
 | 
				
			||||||
    <command>VACUUM</> started).  If no <structfield>relfrozenxid</>-advancing
 | 
					    <command>VACUUM</> started).  If no <structfield>relfrozenxid</>-advancing
 | 
				
			||||||
    <command>VACUUM</> is issued on the table until
 | 
					    <command>VACUUM</> is issued on the table until
 | 
				
			||||||
    <varname>autovacuum_freeze_max_age</> is reached, an autovacuum will soon
 | 
					    <varname>autovacuum_freeze_max_age</> is reached, an autovacuum will soon
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user