pgsql: Fix outdated comment for IndexInfo

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment for IndexInfo
Date: 2025-07-01 18:31:18
Message-ID: E1uWflF-004EDP-31@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment for IndexInfo

Commit 78416235713 removed the ii_OpclassOptions field, but the
comment was not updated.

Author: Japin Li <japinli(at)hotmail(dot)com>
Reviewed-by: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e5fee822846763a9c04a60bd5076d6fe3248faf

Modified Files
--------------
src/include/nodes/execnodes.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-07-01 18:44:11 pgsql: Update comment for IndexInfo.ii_WithoutOverlaps
Previous Message Peter Eisentraut 2025-07-01 16:49:06 pgsql: Improve code comment