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
- fix_indexinfo_comments.patch (text/x-diff) patch
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
-
Fix IndexInfo comments.
- c1c1bfc500a0 11.0 landed
- 4b035841a1bc 12.0 landed