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

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
Дата
Msg-id CAPpHfduWrysrT-qAhn+3Ea5+Mg6Vhc-oA6o2Z-hRCPRdvf3tiw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Indexes with INCLUDE columns and their support in B-tree  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pgsql: Indexes with INCLUDE columns and their support in B-tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 
Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Cosmetic cleanups in initial catalog data.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: clarify explanation of pg_dump usage.