From 06ab41c094198b65ae5de593078c1b83e70bfa90 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 10 Jun 2026 13:49:39 -0700 Subject: [PATCH] Removed extra whitespace [skip ci] --- src/ivfscan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ivfscan.c b/src/ivfscan.c index 1f1b34c..bed0a17 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -411,7 +411,6 @@ ivfflatgetbatch(IndexScanDesc scan, IndexScanBatch priorbatch, ScanDirection dir for (;;) { - heaptid = (ItemPointer) DatumGetPointer(slot_getattr(so->mslot, 2, &isnull)); batch->items[nitems].tableTid = *heaptid; @@ -424,7 +423,6 @@ ivfflatgetbatch(IndexScanDesc scan, IndexScanBatch priorbatch, ScanDirection dir if (!tuplesort_gettupleslot(so->sortstate, true, false, so->mslot, NULL)) break; - } batch->firstItem = 0;