pgsql: Consider index-only scans even when there is no matching qual or

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Consider index-only scans even when there is no matching qual or
Дата
Msg-id E1RDhZ9-0007Wa-WB@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Consider index-only scans even when there is no matching qual or
Список pgsql-committers
Consider index-only scans even when there is no matching qual or ORDER BY.

By popular demand.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/600d3206d1b3f8b540397b79905486a536ac7f78

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |   25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rearrange the implementation of index-only scans.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Consider index-only scans even when there is no matching qual or