pull/5273/head
Nils Dijk 2021-07-29 13:38:20 +02:00
parent dc633136b8
commit 7fc322e0d3
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 2 additions and 0 deletions

View File

@ -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]);