pgsql: Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and
Date: 2005-04-23 01:29:15
Message-ID: 20050423012915.6AD06536F6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and
BitmapOr nodes.

Modified Files:
--------------
pgsql/src/backend/optimizer/plan:
createplan.c (r1.183 -> r1.184)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/createplan.c.diff?r1=1.183&r2=1.184)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-23 01:57:34 pgsql: Teach choose_bitmap_and() to actually be choosy --- that is, try
Previous Message User Kimhanse 2005-04-22 23:25:06 tablelog - tablelog: Fix small warnings