Instrument index-only scans to count heap fetches performed.
Robert Haas <rhaas@postgresql.org>
Instrument index-only scans to count heap fetches performed. Patch by me; review by Tom Lane, Jeff Davis, and Peter Geoghegan.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/explain.c | modified | +3 −0 |
| src/backend/executor/nodeIndexonlyscan.c | modified | +2 −0 |
| src/include/nodes/execnodes.h | modified | +2 −0 |