Re: Fix comments of IndexInfo

2018-08-29 Thread Yugo Nagata
On Thu, 30 Aug 2018 09:14:26 +0300 Heikki Linnakangas wrote: > 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, th

Re: Fix comments of IndexInfo

2018-08-29 Thread Heikki Linnakangas
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