diff --git a/src/ivfscan.c b/src/ivfscan.c index 57b397a..475b6ce 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -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);