fulldisjunction - fd: moved the code to use slot_getsomeattrs instead of - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: moved the code to use slot_getsomeattrs instead of
Date
Msg-id 20070408000351.CB0F5217363@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
moved the code to use slot_getsomeattrs instead of my custom deform_tuple_iterative. This is only for postgresql
version200704051 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add note that TRUNCATE is not MVCC-safe.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Support syntax "CLUSTER table USING index", which is more