mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove extra words.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=2x3NUSPed6=-wDYs39KtUU5Dw3mK_NAMWps+18FmkApQ@mail.gmail.com
This commit is contained in:
		@@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation)
 | 
			
		||||
 * as RO-safe since the last call, we release all predicate locks and reset
 | 
			
		||||
 * MySerializableXact. That makes subsequent calls to return quickly.
 | 
			
		||||
 *
 | 
			
		||||
 * This is marked as 'inline' to make to eliminate the function call overhead
 | 
			
		||||
 * in the common case that serialization is not needed.
 | 
			
		||||
 * This is marked as 'inline' to eliminate the function call overhead in the
 | 
			
		||||
 * common case that serialization is not needed.
 | 
			
		||||
 */
 | 
			
		||||
static inline bool
 | 
			
		||||
SerializationNeededForRead(Relation relation, Snapshot snapshot)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user