mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 02:02:10 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -436,6 +436,7 @@ ivfflatgettuple(IndexScanDesc scan, ScanDirection dir)
|
||||
*/
|
||||
so->buf = ReadBuffer(scan->indexRelation, ItemPointerGetBlockNumber(indextid));
|
||||
|
||||
/* Set tuple for index-only scan */
|
||||
if (scan->xs_want_itup)
|
||||
SetIndexTuple(scan, indextid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user