Fixed comment [skip ci]

This commit is contained in:
Andrew Kane
2023-08-04 14:01:09 -07:00
parent 029c336c62
commit 6e0ddf26f0

View File

@@ -128,7 +128,6 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
if (scan->orderByData == NULL)
elog(ERROR, "cannot scan hnsw index without order");
/* No items will match if null */
if (scan->orderByData->sk_flags & SK_ISNULL)
value = PointerGetDatum(InitVector(GetDimensions(scan->indexRelation)));
else