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

Skip to content

Commit 779f24c

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 d271b04 commit 779f24c

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
@@ -154,8 +154,9 @@ typedef struct ExprState
154154
* UniqueOps These are like Exclusion*, but for unique indexes
155155
* UniqueProcs
156156
* UniqueStrats
157-
* Unique is it a unique index?
158157
* OpclassOptions opclass-specific options, or NULL if none
158+
* Unique is it a unique index?
159+
* NullsNotDistinct is NULLS NOT DISTINCT?
159160
* ReadyForInserts is it valid for inserts?
160161
* CheckedUnchanged IndexUnchanged status determined yet?
161162
* IndexUnchanged aminsert hint, cached for retail inserts

0 commit comments

Comments
 (0)
0