pgsql: Fix IndexInfo comments. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix IndexInfo comments.
Date
Msg-id E1fvGDf-0000E3-Kv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix IndexInfo comments.

Recently, ii_KeyAttrNumbers was renamed to ii_IndexAttrNumbers, and ii_Am
field was added, but the comments were not updated.

Author: Yugo Nagata
Discussion: https://www.postgresql.org/message-id/20180830134831.e35a91b8b978b248c16c8f7b@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b035841a1bcaadbe4f9e0e174aef773a4fa41f6

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Rework option set of vacuumlo
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Error position support for defaults and check constraints