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

From Heikki Linnakangas
Subject pgsql: Fix IndexInfo comments.
Date
Msg-id E1fvGDf-0000E4-Ky@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
------
REL_11_STABLE

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

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