From: Peter Eisentraut Date: Tue, 1 Jul 2025 20:20:13 +0000 (+0200) Subject: Update comment for IndexInfo.ii_NullsNotDistinct X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=779f24c0b7be5d66504a30c6d15ab0430bdf59e2;p=thirdparty%2Fpostgresql.git Update comment for IndexInfo.ii_NullsNotDistinct Commit 7a7b3e11e61 added the ii_NullsNotDistinct field, but the comment was not updated. Author: Japin Li Reviewed-by: Richard Guo Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM --- diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 61a50a847c7..f40cb9bb5ba 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -154,8 +154,9 @@ typedef struct ExprState * UniqueOps These are like Exclusion*, but for unique indexes * UniqueProcs * UniqueStrats - * Unique is it a unique index? * OpclassOptions opclass-specific options, or NULL if none + * 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