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:17:43 +0200 |
commit | 9d14d40ec5ee6c5d1a959995c2c70b82a8898fda (patch) | |
tree | cf189061833930612fa27ca4ce03b8a5a9d16544 /src | |
parent | 0991249d7ab52ed689c1d5f752ae6581506627bc (diff) |
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 17b0ec51386..45c71c15e8d 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -164,7 +164,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 |