fulldisjunction - fd: Cleaned up the old integer scheme graph, now we - Mailing list pgsql-committers

From pgstudy@pgfoundry.org (User Pgstudy)
Subject fulldisjunction - fd: Cleaned up the old integer scheme graph, now we
Date
Msg-id 20060728180931.441D486C675@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cleaned up the old integer scheme graph, now we only use bits scheme graph with bitwise operations.

Modified Files:
--------------
    fd:
        algstructs.c (r1.17 -> r1.18)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.17&r2=1.18)
        algstructs.h (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.h.diff?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix table title.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: SQL2003-standard statistical aggregates, by Sergey Koposov.