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 (view raw or flat) |
| 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)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-07-24 02:25:27 |
| Subject: pgsql: Fix logic error in tbm_intersect: the intersection of a normal |
| Previous: | From: Tom Lane | Date: 2005-07-24 00:33:29 |
| Subject: pgsql: Fix some failures to initialize table entries induced by recent |