From d00107cd63e780753aa25563fa37603369997d0c Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Wed, 5 Mar 2025 10:27:31 -0500 Subject: Revert "Show index search count in EXPLAIN ANALYZE." This reverts commit 5ead85fbc81162ab1594f656b036a22e814f96b3. This commit shows test failures with debug_parallel_query=regress. The underlying issue needs to be debugged, so revert for now. --- contrib/bloom/blscan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/bloom/blscan.c b/contrib/bloom/blscan.c index 472169d6145..bf801fe78ff 100644 --- a/contrib/bloom/blscan.c +++ b/contrib/bloom/blscan.c @@ -116,7 +116,6 @@ blgetbitmap(IndexScanDesc scan, TIDBitmap *tbm) bas = GetAccessStrategy(BAS_BULKREAD); npages = RelationGetNumberOfBlocks(scan->indexRelation); pgstat_count_index_scan(scan->indexRelation); - scan->nsearches++; for (blkno = BLOOM_HEAD_BLKNO; blkno < npages; blkno++) { -- cgit v1.2.3