Skip to content

Commit 37b1fce

Browse files
committed
Update comment for IndexInfo.ii_NullsNotDistinct
Commit 7a7b3e1 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
1 parent a167e65 commit 37b1fce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/nodes/execnodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ typedef struct ExprState
139139
* UniqueOps These are like Exclusion*, but for unique indexes
140140
* UniqueProcs
141141
* UniqueStrats
142-
* Unique is it a unique index?
143142
* OpclassOptions opclass-specific options, or NULL if none
143+
* Unique is it a unique index?
144+
* NullsNotDistinct is NULLS NOT DISTINCT?
144145
* ReadyForInserts is it valid for inserts?
145146
* CheckedUnchanged IndexUnchanged status determined yet?
146147
* IndexUnchanged aminsert hint, cached for retail inserts

0 commit comments

Comments
 (0)