From: | pgstudy(at)pgfoundry(dot)org (User Pgstudy) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | fulldisjunction - fd: More consolidation work, a lot of cleanups. |
Date: | 2006-06-26 09:17:24 |
Message-ID: | 20060626091724.B30B186C56A@pgfoundry.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
More consolidation work, a lot of cleanups. Also, complete queue now only holds rowids array (comes at a little extra cost but for long queries it should be worth it).
Modified Files:
--------------
fd:
algstructs.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.10&r2=1.11)
algstructs.h (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.8&r2=1.9)
algutils.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.11&r2=1.12)
algutils.h (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.8&r2=1.9)
queues.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.12&r2=1.13)
queues.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.h.diff?r1=1.5&r2=1.6)
queuesfuncs.h (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queuesfuncs.h.diff?r1=1.9&r2=1.10)
tset.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.10&r2=1.11)
tset.h (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.h.diff?r1=1.6&r2=1.7)
tsetfuncs.h (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tsetfuncs.h.diff?r1=1.7&r2=1.8)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2006-06-26 09:20:09 | pgsql: Added some more coverity report patches send in by Joachim |
Previous Message | James William Pye | 2006-06-26 06:30:55 | python - tin: Imported Sources |