| From: | pgstudy(at)pgfoundry(dot)org (User Pgstudy) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | fulldisjunction - fd: The dropped column issue is resolved by moving the |
| Date: | 2006-07-13 18:26:34 |
| Message-ID: | 20060713182634.D6DF286C58F@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
The dropped column issue is resolved by moving the CTID to the select clause of all queries. some more cleanups and fixes.
Modified Files:
--------------
fd:
Makefile (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makefile.diff?r1=1.4&r2=1.5)
algstructs.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.12&r2=1.13)
algstructs.h (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.10&r2=1.11)
algutils.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.15&r2=1.16)
algutils.h (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.h.diff?r1=1.10&r2=1.11)
odmbfd.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.16&r2=1.17)
queues.c (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.14&r2=1.15)
tset.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.12&r2=1.13)
tset.h (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.h.diff?r1=1.8&r2=1.9)
tsetfuncs.h (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tsetfuncs.h.diff?r1=1.9&r2=1.10)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-07-13 20:14:12 | pgsql: Move math.h after postgresql.h |
| Previous Message | Bruce Momjian | 2006-07-13 18:25:09 | pgsql: Skip stripping postgres_fe.h include file. |