fulldisjunction - fd: Moved the calculations of whether to use an index

Поиск
Список
Период
Сортировка
От pgstudy@pgfoundry.org (User Pgstudy)
Тема fulldisjunction - fd: Moved the calculations of whether to use an index
Дата
Msg-id 20060630152750.0BAE286C64A@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Moved the calculations of whether to use an index scan to a seperate calculation instead of doing this while
constructingthe query. Also, moved allocation of strings and calculations of strings sizes to after the calculation.
Alsoimproved prediction of query size. 

Modified Files:
--------------
    fd:
        algutils.c (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.13&r2=1.14)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix use-after-free error reported by Neil Conway.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix memory leak introduced in the prior commit, detected by Tom