mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	Fix nbtree.h dedup state comment.
Oversight in commit 0d861bbb.
This commit is contained in:
		
							parent
							
								
									4d4ca24efe
								
							
						
					
					
						commit
						6924c37f77
					
				@ -758,7 +758,7 @@ typedef struct BTDedupStateData
 | 
			
		||||
	 * will not become posting list tuples do not appear in the array (they
 | 
			
		||||
	 * are implicitly unchanged by deduplication pass).
 | 
			
		||||
	 */
 | 
			
		||||
	int			nintervals;		/* current size of intervals array */
 | 
			
		||||
	int			nintervals;		/* current number of intervals in array */
 | 
			
		||||
	BTDedupInterval intervals[MaxIndexTuplesPerPage];
 | 
			
		||||
} BTDedupStateData;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user