From: | pgstudy(at)pgfoundry(dot)org (User Pgstudy) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | fulldisjunction - fd: moved the code to use slot_getsomeattrs instead of |
Date: | 2007-04-08 00:03:51 |
Message-ID: | 20070408000351.CB0F5217363@pgfoundry.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
moved the code to use slot_getsomeattrs instead of my custom deform_tuple_iterative. This is only for postgresql version 200704051 and above. The previos versions are still supported.
Modified Files:
--------------
fd:
algutils.c (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algutils.c.diff?r1=1.26&r2=1.27)
tset.c (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.c.diff?r1=1.19&r2=1.20)
tset.h (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tset.h.diff?r1=1.13&r2=1.14)
tsetfuncs.h (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/tsetfuncs.h.diff?r1=1.16&r2=1.17)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-04-08 00:26:34 | pgsql: Support syntax "CLUSTER table USING index", which is more |
Previous Message | Tom Lane | 2007-04-07 17:12:15 | pgsql: Add note that TRUNCATE is not MVCC-safe. |