mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix duplicated consecutive words in comments
Also, fix a comment incorrectly referencing the "streaming read API". This was renamed to "read stream" shortly before being committed. Discussion: https://postgr.es/m/CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com
This commit is contained in:
		@@ -244,7 +244,7 @@ smgropen(RelFileLocator rlocator, ProcNumber backend)
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * smgrpin() -- Prevent an SMgrRelation object from being destroyed at end of
 | 
			
		||||
 *				of transaction
 | 
			
		||||
 *				transaction
 | 
			
		||||
 */
 | 
			
		||||
void
 | 
			
		||||
smgrpin(SMgrRelation reln)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user