mirror of https://github.com/citusdata/citus.git
test
parent
dc633136b8
commit
7fc322e0d3
|
@ -2091,6 +2091,8 @@ columnar_bitmap_next_tuple(TableScanDesc scan, TBMIterateResult *tbmres,
|
|||
return false;
|
||||
}
|
||||
|
||||
// TEST!
|
||||
|
||||
ItemPointerData tid = {};
|
||||
|
||||
ItemPointerSet(&tid, tbmres->blockno, tbmres->offsets[cscan->tupleindex]);
|
||||
|
|
Loading…
Reference in New Issue