diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-07-01 20:12:36 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-07-01 20:12:36 +0200 |
commit | 9e5fee822846763a9c04a60bd5076d6fe3248faf (patch) | |
tree | cfbd091376585bd8f6a781c53d026eb023beef29 /src | |
parent | fff0d1edf567c412c9d78cb10e9b67ce78b8e0cb (diff) | |
download | postgresql-9e5fee822846763a9c04a60bd5076d6fe3248faf.tar.gz postgresql-9e5fee822846763a9c04a60bd5076d6fe3248faf.zip |
Fix outdated comment for IndexInfo
Commit 78416235713 removed the ii_OpclassOptions field, but the
comment was not updated.
Author: Japin Li <japinli@hotmail.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Diffstat (limited to 'src')
-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 |