We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a167e65 commit 37b1fceCopy full SHA for 37b1fce
src/include/nodes/execnodes.h
@@ -139,8 +139,9 @@ typedef struct ExprState
139
* UniqueOps These are like Exclusion*, but for unique indexes
140
* UniqueProcs
141
* UniqueStrats
142
- * Unique is it a unique index?
143
* OpclassOptions opclass-specific options, or NULL if none
+ * Unique is it a unique index?
144
+ * NullsNotDistinct is NULLS NOT DISTINCT?
145
* ReadyForInserts is it valid for inserts?
146
* CheckedUnchanged IndexUnchanged status determined yet?
147
* IndexUnchanged aminsert hint, cached for retail inserts
0 commit comments