pgsql: Dept of second thoughts: let's make sure that

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Dept of second thoughts: let's make sure that
Дата
Msg-id 20080928204213.1EB617545A4@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Dept of second thoughts: let's make sure that
Список pgsql-committers
Log Message:
-----------
Dept of second thoughts: let's make sure that get_index_stats_hook is only
applied to expression indexes, not to plain relations.  The original coding
in btcostestimate conflated the two cases, but it's not hard to use
get_relation_stats_hook instead when we're looking to the underlying relation.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.254 -> r1.255)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c?r1=1.254&r2=1.255)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add hooks to let plugins override the planner's lookups in
Следующее
От: rbrad@pgfoundry.org (User Rbrad)
Дата:
Сообщение: uint - uint: Imported Sources