diff options
author | Peter Eisentraut | 2025-07-01 18:12:36 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-07-01 18:12:36 +0000 |
commit | 9e5fee822846763a9c04a60bd5076d6fe3248faf (patch) | |
tree | cfbd091376585bd8f6a781c53d026eb023beef29 | |
parent | fff0d1edf567c412c9d78cb10e9b67ce78b8e0cb (diff) |
Fix outdated comment for IndexInfo
Commit 78416235713 removed the ii_OpclassOptions 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
-rw-r--r-- | src/include/nodes/execnodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |