mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +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));
|
so->buf = ReadBuffer(scan->indexRelation, ItemPointerGetBlockNumber(indextid));
|
||||||
|
|
||||||
|
/* Set tuple for index-only scan */
|
||||||
if (scan->xs_want_itup)
|
if (scan->xs_want_itup)
|
||||||
SetIndexTuple(scan, indextid);
|
SetIndexTuple(scan, indextid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user