fulldisjunction - fd: Fixed the problem of not detecting dropped - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: Fixed the problem of not detecting dropped
Date
Msg-id 20060605140431.B40DC86C556@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed the problem of not detecting dropped attributes from relations. Fixed README file and various cleanups.

Modified Files:
--------------
    fd:
        README (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/README.diff?r1=1.2&r2=1.3)
        algstructs.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.3&r2=1.4)
        odmbfd.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/odmbfd.c.diff?r1=1.2&r2=1.3)
        queues.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Have psql history save \e editor contents to history before query
Next
From: pgstudy@pgfoundry.org (User Pgstudy)
Date:
Subject: fulldisjunction - fd: Added a python script to help create test tables.