Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2023-09-02 15:34:33 -07:00
parent 6b2e215447
commit 5665a11a05

View File

@@ -165,7 +165,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
ItemPointer tid;
BlockNumber indexblkno;
/* Move to next element if no valid heap tids */
/* Move to next element if no valid heap TIDs */
if (list_length(hc->element->heaptids) == 0)
{
so->w = list_delete_last(so->w);