summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/explain.sgml
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 /doc/src/sgml/ref/explain.sgml
parent4603903d294bbdd644afecf9b5970827db6d1ff5 (diff)
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 'doc/src/sgml/ref/explain.sgml')
-rw-r--r--doc/src/sgml/ref/explain.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index 9ed1061b7ff..7daddf03ef0 100644
--- a/doc/src/sgml/ref/explain.sgml
+++ b/doc/src/sgml/ref/explain.sgml
@@ -506,11 +506,10 @@ EXPLAIN ANALYZE EXECUTE query(100, 200);
Buffers: shared hit=4
-&gt; Index Scan using test_pkey on test (cost=0.29..10.27 rows=99 width=8) (actual time=0.009..0.025 rows=99.00 loops=1)
Index Cond: ((id &gt; 100) AND (id &lt; 200))
- Index Searches: 1
Buffers: shared hit=4
Planning Time: 0.244 ms
Execution Time: 0.073 ms
-(10 rows)
+(9 rows)
</programlisting>
</para>