mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-22 03:57:34 +08:00
Removed extra whitespace [skip ci]
This commit is contained in:
@@ -411,7 +411,6 @@ ivfflatgetbatch(IndexScanDesc scan, IndexScanBatch priorbatch, ScanDirection dir
|
|||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
|
||||||
heaptid = (ItemPointer) DatumGetPointer(slot_getattr(so->mslot, 2, &isnull));
|
heaptid = (ItemPointer) DatumGetPointer(slot_getattr(so->mslot, 2, &isnull));
|
||||||
|
|
||||||
batch->items[nitems].tableTid = *heaptid;
|
batch->items[nitems].tableTid = *heaptid;
|
||||||
@@ -424,7 +423,6 @@ ivfflatgetbatch(IndexScanDesc scan, IndexScanBatch priorbatch, ScanDirection dir
|
|||||||
|
|
||||||
if (!tuplesort_gettupleslot(so->sortstate, true, false, so->mslot, NULL))
|
if (!tuplesort_gettupleslot(so->sortstate, true, false, so->mslot, NULL))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
batch->firstItem = 0;
|
batch->firstItem = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user