Skip to content

Commit c6d0ef1

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 f555153 commit c6d0ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/nodes/execnodes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ typedef struct ExprState
164164
* UniqueProcs
165165
* UniqueStrats
166166
* Unique is it a unique index?
167+
* NullsNotDistinct is NULLS NOT DISTINCT?
167168
* ReadyForInserts is it valid for inserts?
168169
* CheckedUnchanged IndexUnchanged status determined yet?
169170
* IndexUnchanged aminsert hint, cached for retail inserts

0 commit comments

Comments
 (0)