pgsql: Fix IndexInfo comments.

2018-08-29 Thread Heikki Linnakangas
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/[email protected] Branch -- master

pgsql: Fix IndexInfo comments.

2018-08-29 Thread Heikki Linnakangas
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/[email protected] Branch -- REL_11_S