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

From: pgstudy(at)pgfoundry(dot)org (User Pgstudy)
To: pgsql-committers(at)postgresql(dot)org
Subject: fulldisjunction - fd: Moved the index queries to work with paramters and
Date: 2006-07-02 14:44:51
Message-ID: 20060702144451.9E10886C64A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 if to 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-02 16:24:57 Re: [COMMITTERS] pgsql: Do a pass of code review for the ALTER TABLE
Previous Message Neil Conway 2006-07-02 05:17:26 pgsql: Do a pass of code review for the ALTER TABLE ADD INHERITS patch.