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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Instrument index-only scans to count heap fetches performed.
Date: 2012-01-26 01:42:01
Message-ID: E1RqELh-00034D-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2012-01-26 06:21:47 Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.
Previous Message Alvaro Herrera 2012-01-25 21:23:50 pgsql: Have \copy go through SendQuery