Re: Is this TODO item done?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is this TODO item done?
Дата
Msg-id 504.1209055256@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is this TODO item done?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Ah, OK, exactly what should the TODO item text be?  Can you modify the
> TODO?  I don't understand the TODO text I had.

What I thought the TODO was about was extending the indexam API so that
the actual key values stored in the index could be retrieved (from
indexes that support this, which needn't be all of them).  This would
allow non-indexable qual conditions to be checked on the index value
before visiting the heap.  The canonical example is fully checking a
LIKE condition on the index key.

We've been discussing exactly this point over in the GIT-index thread...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index AM change proposals, redux
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Is this TODO item done?