pgsql: Fix IndexInfo comments.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix IndexInfo comments.
Date: 2018-08-30 06:14:15
Message-ID: E1fvGDf-0000E4-Ky@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-08-30 06:35:15 pgsql: Error position support for partition specifications
Previous Message Tom Lane 2018-08-30 03:21:57 Re: pgsql: Rework option set of vacuumlo