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 d271b04 commit 779f24cCopy full SHA for 779f24c
src/include/nodes/execnodes.h
@@ -154,8 +154,9 @@ typedef struct ExprState
154
* UniqueOps These are like Exclusion*, but for unique indexes
155
* UniqueProcs
156
* UniqueStrats
157
- * Unique is it a unique index?
158
* OpclassOptions opclass-specific options, or NULL if none
+ * Unique is it a unique index?
159
+ * NullsNotDistinct is NULLS NOT DISTINCT?
160
* ReadyForInserts is it valid for inserts?
161
* CheckedUnchanged IndexUnchanged status determined yet?
162
* IndexUnchanged aminsert hint, cached for retail inserts
0 commit comments