From: Peter Eisentraut Date: Tue, 1 Jul 2025 18:12:36 +0000 (+0200) Subject: Fix outdated comment for IndexInfo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e5fee822846763a9c04a60bd5076d6fe3248faf;p=thirdparty%2Fpostgresql.git Fix outdated comment for IndexInfo Commit 78416235713 removed the ii_OpclassOptions 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 2492282213f..fdf79aa18a2 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -173,7 +173,6 @@ typedef struct ExprState * UniqueProcs * UniqueStrats * Unique is it a unique index? - * OpclassOptions opclass-specific options, or NULL if none * ReadyForInserts is it valid for inserts? * CheckedUnchanged IndexUnchanged status determined yet? * IndexUnchanged aminsert hint, cached for retail inserts