Update comment for IndexInfo.ii_NullsNotDistinct
authorPeter Eisentraut <[email protected]>
Tue, 1 Jul 2025 20:15:26 +0000 (22:15 +0200)
committerPeter Eisentraut <[email protected]>
Tue, 1 Jul 2025 21:12:24 +0000 (23:12 +0200)
Commit 7a7b3e11e61 added the ii_NullsNotDistinct field, but the
comment was not updated.

Author: Japin Li <[email protected]>
Reviewed-by: Richard Guo <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

src/include/nodes/execnodes.h

index 09ea5998aadfed2abbea1f76c12e52891e967d08..f1520d1f31a6c540bb1155add9b59835145fd128 100644 (file)
@@ -173,6 +173,7 @@ typedef struct ExprState
  *     UniqueProcs
  *     UniqueStrats
  *     Unique              is it a unique index?
+ *     NullsNotDistinct    is NULLS NOT DISTINCT?
  *     ReadyForInserts     is it valid for inserts?
  *     CheckedUnchanged    IndexUnchanged status determined yet?
  *     IndexUnchanged      aminsert hint, cached for retail inserts