| From: | pgstudy(at)pgfoundry(dot)org (User Pgstudy) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | fulldisjunction - fd: Changed the generate alternatives algorithm to use |
| Date: | 2006-06-15 21:51:09 |
| Message-ID: | 20060615215109.6BF0686C4AF@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Changed the generate alternatives algorithm to use components instead of JCC heuristic. Fixed the output bug. Fixed a bug in varUnSetNthBitFromLeft. moved to deformed tuple in generate alternative tuple set.
Modified Files:
--------------
fd:
algstructs.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.8&r2=1.9)
algstructs.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.6&r2=1.7)
algutils.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.6&r2=1.7)
algutils.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.6&r2=1.7)
odmbfd.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.9&r2=1.10)
queues.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.8&r2=1.9)
queues.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.h.diff?r1=1.3&r2=1.4)
queuesfuncs.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queuesfuncs.h.diff?r1=1.5&r2=1.6)
tset.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.4&r2=1.5)
tset.h (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.h.diff?r1=1.4&r2=1.5)
tsetfuncs.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tsetfuncs.h.diff?r1=1.3&r2=1.4)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-06-16 04:02:35 | pgsql: Update magic block wording for preloaded libraries. |
| Previous Message | Tom Lane | 2006-06-15 19:36:43 | Re: pgsql: Clarify dynamic pl/pgsql item and add URLs. |