From 6e0ddf26f0e364f505c3235437e9f81894b6fbcd Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 4 Aug 2023 14:01:09 -0700 Subject: [PATCH] Fixed comment [skip ci] --- src/hnswscan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hnswscan.c b/src/hnswscan.c index a178b60..4fb273d 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -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