Re: Fix comments of IndexInfo

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Yugo Nagata <nagata@sraoss.co.jp>, pgsql-hackers@postgresql.org
Date: 2018-08-30T06:14:26Z
Lists: pgsql-hackers
On 30/08/18 07:48, Yugo Nagata wrote:
> 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.

Applied, thanks!

- Heikki


Commits

  1. Fix IndexInfo comments.