Added todo [skip ci]

This commit is contained in:
Andrew Kane
2022-02-11 15:14:09 -08:00
parent 354271178f
commit 868e1f99a4

View File

@@ -73,6 +73,7 @@ GetScanLists(IndexScanDesc scan, Datum value)
}
/* Sort by distance */
/* TODO Use heap for performance */
qsort(so->lists, listCount, sizeof(IvfflatScanList), CompareLists);
if (so->probes > listCount)