8000 Update comment for IndexInfo.ii_NullsNotDistinct · postgres/postgres@b897a58 · GitHub
[go: up one dir, main page]

Skip to content

Commit b897a58

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 3386b2f commit b897a58

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
@@ -173,6 +173,7 @@ typedef struct ExprState
173173
* UniqueProcs
174174
* UniqueStrats
175175
* Unique is it a unique index?
176+
* NullsNotDistinct is NULLS NOT DISTINCT?
176177
* ReadyForInserts is it valid for inserts?
177178
* CheckedUnchanged IndexUnchanged status determined yet?
178179
* IndexUnchanged aminsert hint, cached for retail inserts

0 commit comments

Comments
 (0)
0