aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/relscan.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 8e0b08b0d94..dc6e0184284 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -151,13 +151,6 @@ typedef struct IndexScanDescData
void *opaque; /* access-method-specific info */
/*
- * Instrumentation counters that are maintained by every index access
- * method, for all scan types. These go here because there is no standard
- * way to access PlanState.instrument during amgettuple calls.
- */
- uint64 nsearches; /* total # of index searches */
-
- /*
* In an index-only scan, a successful amgettuple call must fill either
* xs_itup (and xs_itupdesc) or xs_hitup (and xs_hitupdesc) to provide the
* data returned by the scan. It can fill both, in which case the heap