fix codereview

Signed-off-by: xiliu <xiliu_h@163.com>
This commit is contained in:
xiliu
2020-08-28 15:49:27 +08:00
parent c040d78287
commit 777fc51353
44 changed files with 459 additions and 313 deletions

View File

@ -189,10 +189,9 @@ static TupleTableSlot* BitmapHeapTblNext(BitmapHeapScanState* node)
/* If the current partition is invalid, the next page is directly processed */
tbmres = NULL;
continue;
} else {
scan->rs_rd = node->gpi_scan->fakePartRelation;
scan->rs_nblocks = RelationGetNumberOfBlocks(scan->rs_rd);
}
scan->rs_rd = node->gpi_scan->fakePartRelation;
scan->rs_nblocks = RelationGetNumberOfBlocks(scan->rs_rd);
}
#ifdef USE_PREFETCH