*** pgsql/src/backend/executor/nodeBitmapHeapscan.c 2008/03/26 21:10:38 1.25 --- pgsql/src/backend/executor/nodeBitmapHeapscan.c 2008/04/10 22:25:25 1.26 *************** *** 21,27 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/executor/nodeBitmapHeapscan.c,v 1.24 2008/03/26 18:48:59 alvherre Exp $ * *------------------------------------------------------------------------- */ --- 21,27 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/executor/nodeBitmapHeapscan.c,v 1.25 2008/03/26 21:10:38 alvherre Exp $ * *------------------------------------------------------------------------- */ *************** BitmapHeapNext(BitmapHeapScanState *node *** 206,212 **** * If we are using lossy info, we have to recheck the qual conditions * at every tuple. */ ! if (tbmres->ntuples < 0) { econtext->ecxt_scantuple = slot; ResetExprContext(econtext); --- 206,212 ---- * If we are using lossy info, we have to recheck the qual conditions * at every tuple. */ ! if (tbmres->recheck) { econtext->ecxt_scantuple = slot; ResetExprContext(econtext);