From 868e1f99a492e8f9fc4f35058c3dff3c08b8bafd Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 11 Feb 2022 15:14:09 -0800 Subject: [PATCH] Added todo [skip ci] --- src/ivfscan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ivfscan.c b/src/ivfscan.c index 7dfdf49..1ab1fc4 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -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)