Re: Index-only quals

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Index-only quals
Дата
Msg-id 4A8E92CA.7000604@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Index-only quals  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Index-only quals  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список pgsql-hackers
Greg Stark wrote:
> It looks like right now if an indexam has amregurgitate
> set but not amhasgettuple then weird things could happen.

The combination (amregurgitate && !amhasgettuple) makes no sense, BTW.
If an indexam has no gettuple function, there's no way it can return
data from the index.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Index-only quals
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP: generalized index constraints