mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Revert "Show index search count in EXPLAIN ANALYZE."
This reverts commit 5ead85fbc8
.
This commit shows test failures with debug_parallel_query=regress. The
underlying issue needs to be debugged, so revert for now.
This commit is contained in:
@@ -625,7 +625,6 @@ gistgettuple(IndexScanDesc scan, ScanDirection dir)
|
||||
GISTSearchItem fakeItem;
|
||||
|
||||
pgstat_count_index_scan(scan->indexRelation);
|
||||
scan->nsearches++;
|
||||
|
||||
so->firstCall = false;
|
||||
so->curPageData = so->nPageData = 0;
|
||||
@@ -751,7 +750,6 @@ gistgetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
|
||||
return 0;
|
||||
|
||||
pgstat_count_index_scan(scan->indexRelation);
|
||||
scan->nsearches++;
|
||||
|
||||
/* Begin the scan by processing the root page */
|
||||
so->curPageData = so->nPageData = 0;
|
||||
|
Reference in New Issue
Block a user