pgsql: Adjust OR indexscan logic to not generate redundant

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Adjust OR indexscan logic to not generate redundant
Дата
Msg-id 20050301014016.41A6B564C0@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust OR indexscan logic to not generate redundant condition-free OR
indexscans involving partial indexes.  These would always be dominated
by a simple indexscan on such an index, so there's no point in considering
them.  Fixes overoptimism in a patch I applied last October.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        orindxpath.c (r1.64 -> r1.65)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/orindxpath.c.diff?r1=1.64&r2=1.65)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: And while we are on it, I would like to submit minor changes to
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Adjust OR indexscan logic to not generate redundant