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 CAPpHfdtRbE+mX9P5CYUQku=ogeVEW98SDSdiBq=4T4d36D-S_Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Indexes with INCLUDE columns and their support in B-tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Indexes with INCLUDE columns and their support in B-tree  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-committers
On Sun, Apr 8, 2018 at 5:41 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Teodor Sigaev <teodor@sigaev.ru> writes:
> Indexes with INCLUDE columns and their support in B-tree

The valgrind-using animals seem to think this broke stuff.
There are at least two different problems here:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=lousyjack&dt=2018-04-07%2020%3A03%3A02

I think attached patch should fix one of those problems.
We should match clauses to only key columns of index.
I will further investigate the problem with CheckIndexCompatible().

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing "static" markers.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Remove unused variable in non-assert-enabled build