fulldisjunction - fd: Comment out the copyright notice that broke the - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: Comment out the copyright notice that broke the
Date
Msg-id 20060607170522.7D54986C581@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Comment out the copyright notice that broke the code.
Speeded the computation by disabling merging in On Demand procedure and doing removal of duplicates after Extend. Also
revampedefficiency of removeDuplicatesMemQueueWithSelf 

Modified Files:
--------------
    fd:
        algstructs.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.5&r2=1.6)
        algstructs.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.3&r2=1.4)
        algutils.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.2&r2=1.3)
        algutils.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.2&r2=1.3)
        odmbfd.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.4&r2=1.5)
        queues.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.3&r2=1.4)
        queues.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.h.diff?r1=1.2&r2=1.3)
        queuesfuncs.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queuesfuncs.h.diff?r1=1.2&r2=1.3)
        tset.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.2&r2=1.3)
        tset.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.h.diff?r1=1.2&r2=1.3)
        tsetfuncs.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tsetfuncs.h.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: For psql multi-line history, save backslash commands right away,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove "fuzzy comparison" logic in qsort comparison function for