fulldisjunction - fd: Moved the index queries to work with paramters and

Поиск
Список
Период
Сортировка
От pgstudy@pgfoundry.org (User Pgstudy)
Тема fulldisjunction - fd: Moved the index queries to work with paramters and
Дата
Msg-id 20060702144451.9E10886C64A@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Moved the index queries to work with paramters and improved the formula to check if to use an index prior to deciding
ifto use an index using the planner. It shows a clear improvement in performance. 

Modified Files:
--------------
    fd:
        algstructs.c (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.11&r2=1.12)
        algstructs.h (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.9&r2=1.10)
        algutils.c (r1.14 -> r1.15)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.14&r2=1.15)
        algutils.h (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.9&r2=1.10)
        odmbfd.c (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.15&r2=1.16)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Do a pass of code review for the ALTER TABLE ADD INHERITS patch.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: New Directory