Re: pgsql: Indexes with INCLUDE columns and their support in B-tree - Mailing list pgsql-committers

From Alexander Korotkov
Subject Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
Date
Msg-id CAPpHfduWrysrT-qAhn+3Ea5+Mg6Vhc-oA6o2Z-hRCPRdvf3tiw@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Indexes with INCLUDE columns and their support in B-tree  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
List pgsql-committers
On Sun, Apr 8, 2018 at 7:58 PM, Teodor Sigaev <teodor@sigaev.ru> wrote:
Thank you, pushed

Thank you!

There is also patch for valgrind error in CheckIndexCompatible().
It appears that this function didn't initialize ii_NumIndexAttrs and
ii_NumIndexKeyAttrs before calling ComputeIndexAttrs().  This
variables weren't used before, but now they're used to determine
whether index column is key.  Also, this patch makes ComputeIndexAttrs()
initialize classOidP elements with InvalidOid for non-key attributes.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 
Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Cosmetic cleanups in initial catalog data.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify explanation of pg_dump usage.