fulldisjunction - fd: Moved the calculations of whether to use an index - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: Moved the calculations of whether to use an index
Date
Msg-id 20060630152750.0BAE286C64A@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix use-after-free error reported by Neil Conway.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix memory leak introduced in the prior commit, detected by Tom