pgsql: Fix outdated comment for IndexInfo - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix outdated comment for IndexInfo
Date
Msg-id E1uWflF-004EDR-35@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b71351e1f2cb2687535cdc59370d6b908a842e18

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make sure IOV_MAX is defined.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update comment for IndexInfo.ii_WithoutOverlaps