mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo
Masahiko Sawada
This commit is contained in:
		@@ -110,7 +110,7 @@ _bt_upgrademetapage(Page page)
 | 
				
			|||||||
 *									  the metapage.
 | 
					 *									  the metapage.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *		This routine checks if provided cleanup-related information is matching
 | 
					 *		This routine checks if provided cleanup-related information is matching
 | 
				
			||||||
 *		to those written in the metapage.  On mismatch, metapage is overritten.
 | 
					 *		to those written in the metapage.  On mismatch, metapage is overwritten.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
_bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,
 | 
					_bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user