Обсуждение: pgsql: Instrument index-only scans to count heap fetches performed.

Поиск
Список
Период
Сортировка

pgsql: Instrument index-only scans to count heap fetches performed.

От
Robert Haas
Дата:
Instrument index-only scans to count heap fetches performed.

Patch by me; review by Tom Lane, Jeff Davis, and Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9f9135d129e915e72c8a2f770689fd72619ead49

Modified Files
--------------
src/backend/commands/explain.c           |    3 +++
src/backend/executor/nodeIndexonlyscan.c |    2 ++
src/include/nodes/execnodes.h            |    2 ++
3 files changed, 7 insertions(+), 0 deletions(-)