mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update comment for IndexInfo.ii_NullsNotDistinct
Commit 7a7b3e11e6 added the ii_NullsNotDistinct field, but the
comment was not updated.
Author: Japin Li <japinli@hotmail.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
			
			
This commit is contained in:
		@@ -164,6 +164,7 @@ typedef struct ExprState
 | 
				
			|||||||
 *		UniqueProcs
 | 
					 *		UniqueProcs
 | 
				
			||||||
 *		UniqueStrats
 | 
					 *		UniqueStrats
 | 
				
			||||||
 *		Unique				is it a unique index?
 | 
					 *		Unique				is it a unique index?
 | 
				
			||||||
 | 
					 *		NullsNotDistinct	is NULLS NOT DISTINCT?
 | 
				
			||||||
 *		ReadyForInserts		is it valid for inserts?
 | 
					 *		ReadyForInserts		is it valid for inserts?
 | 
				
			||||||
 *		CheckedUnchanged	IndexUnchanged status determined yet?
 | 
					 *		CheckedUnchanged	IndexUnchanged status determined yet?
 | 
				
			||||||
 *		IndexUnchanged		aminsert hint, cached for retail inserts
 | 
					 *		IndexUnchanged		aminsert hint, cached for retail inserts
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user