v22b-0019-review.patch

text/x-patch

Filename: v22b-0019-review.patch
Type: text/x-patch
Part: 18
Message: Re: BitmapHeapScan streaming read user and prelim refactoring

Patch

Format: format-patch
Series: patch 0019
Subject: review
File+
src/include/access/heapam.h 1 1
From 5014e06aaaea574eb33835667bac7ac91cb2de36 Mon Sep 17 00:00:00 2001
From: Tomas Vondra <tv@fuzzy.cz>
Date: Tue, 18 Jun 2024 23:13:12 +0200
Subject: [PATCH v22b 19/29] review

---
 src/include/access/heapam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 1d5583cac22..ce69f5a023e 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -104,7 +104,7 @@ typedef struct BitmapHeapScanDesc
 
 	BlockNumber nblocks;		/* total number of blocks in rel */
 
-	int			vis_idx;		/* current tuple's index in vistuples */
+	int			vis_idx;		/* current tuple's index in vis_tuples */
 	int			vis_ntuples;	/* number of visible tuples on page */
 	OffsetNumber vis_tuples[MaxHeapTuplesPerPage];	/* their offsets */
 
-- 
2.45.2