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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)