pgsql: Tweak choose_bitmap_and() heuristics in the light of example

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak choose_bitmap_and() heuristics in the light of example
Дата
Msg-id 20051130171019.CAD1E9DD626@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak choose_bitmap_and() heuristics in the light of example provided in bug
#2075: consider an index redundant if any of its index conditions were already
used, rather than if all of them were.  Also, make the selectivity comparison
a bit fuzzy, so that very small differences in estimated selectivities don't
skew the results.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        indxpath.c (r1.194 -> r1.195)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.194&r2=1.195)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak choose_bitmap_and() heuristics in the light of example
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()