aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist/spgscan.c
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2025-03-05 10:27:31 -0500
committerPeter Geoghegan <pg@bowt.ie>2025-03-05 10:27:31 -0500
commitd00107cd63e780753aa25563fa37603369997d0c (patch)
tree66f156ea5785fe6bf79e3b0861aced63ed484c20 /src/backend/access/spgist/spgscan.c
parent4603903d294bbdd644afecf9b5970827db6d1ff5 (diff)
downloadpostgresql-d00107cd63e780753aa25563fa37603369997d0c.tar.gz
postgresql-d00107cd63e780753aa25563fa37603369997d0c.zip
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.
Diffstat (limited to 'src/backend/access/spgist/spgscan.c')
-rw-r--r--src/backend/access/spgist/spgscan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/spgist/spgscan.c b/src/backend/access/spgist/spgscan.c
index 8554b453555..53f910e9d89 100644
--- a/src/backend/access/spgist/spgscan.c
+++ b/src/backend/access/spgist/spgscan.c
@@ -421,7 +421,6 @@ spgrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys,
/* count an indexscan for stats */
pgstat_count_index_scan(scan->indexRelation);
- scan->nsearches++;
}
void