Added comment [skip ci]

This commit is contained in:
Andrew Kane
2023-09-03 17:14:15 -07:00
parent 46e1db1f15
commit 26f7fc1694

View File

@@ -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);