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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Instrument index-only scans to count heap fetches performed.
Дата
Msg-id E1RqELh-00034D-DF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Have \copy go through SendQuery
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Damage control for yesterday's CheckIndexCompatible changes.