bizgres - bizgres: Fixed an incorrect bitmap intersect operation in the

From: jzhang(at)pgfoundry(dot)org (User Jzhang)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Fixed an incorrect bitmap intersect operation in the
Date: 2005-07-24 00:58:11
Message-ID: 20050724005811.861F411265E8@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed an incorrect bitmap intersect operation in the Bitmap Scan.

Modified Files:
--------------
bizgres/postgresql/src/backend/nodes:
tidbitmap.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/nodes/tidbitmap.c.diff?r1=1.2&r2=1.3)
bizgres/postgresql/src/interfaces/libpq:
libpq.rc (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/interfaces/libpq/libpq.rc.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-24 02:25:27 pgsql: Fix logic error in tbm_intersect: the intersection of a normal
Previous Message Tom Lane 2005-07-24 00:33:29 pgsql: Fix some failures to initialize table entries induced by recent