Merge branch 'master' into hqann2

This commit is contained in:
Andrew Kane
2024-10-09 21:52:45 -07:00

View File

@@ -168,8 +168,8 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
while (list_length(so->w) > 0)
{
char *base = NULL;
HnswSearchCandidate *hc = llast(so->w);
HnswElement element = HnswPtrAccess(base, hc->element);
HnswSearchCandidate *sc = llast(so->w);
HnswElement element = HnswPtrAccess(base, sc->element);
ItemPointer heaptid;
/* Move to next element if no valid heap TIDs */