mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 10:40:57 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user