pgsql: Fix logic error in tbm_intersect: the intersection of a normal

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix logic error in tbm_intersect: the intersection of a normal
Date: 2005-07-24 02:25:27
Message-ID: 20050724022527.B369C52AFF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix logic error in tbm_intersect: the intersection of a normal page and
a lossy page has to be lossy, because we don't know exactly which tuples
on the page should remain part of the bitmap. Per Jie Zhang.

Modified Files:
--------------
pgsql/src/backend/nodes:
tidbitmap.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/tidbitmap.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-24 04:37:08 pgsql: Fix rounding problem in interval_div by using rint(), and improve
Previous Message User Jzhang 2005-07-24 00:58:11 bizgres - bizgres: Fixed an incorrect bitmap intersect operation in the