Fix comments of IndexInfo

Yugo Nagata <nagata@sraoss.co.jp>

From: Yugo Nagata <nagata@sraoss.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2018-08-30T04:48:31Z
Lists: pgsql-hackers

Attachments

Hi,

Attached is a patch to fix comments of IndexInfo.  ii_KeyAttrNumbers was
renamed to ii_IndexAttrNumbers and ii_Am was added but these are
not reflected to the comment.

Regards,
-- 
Yugo Nagata <nagata@sraoss.co.jp>

Commits

  1. Fix IndexInfo comments.