pgsql: Fix brain fade in cost estimation for index-only scans. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix brain fade in cost estimation for index-only scans.
Date
Msg-id E1RCY5f-0004oe-Ml@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix brain fade in cost estimation for index-only scans.

visibility_fraction should not be applied to regular indexscans.
Noted by Cédric Villemain.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b324384f6bd5d661efeddb83d7f607781e96947d

Modified Files
--------------
src/backend/optimizer/path/costsize.c |   13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Cascading replication feature for streaming log-based replicatio
Next
From: Tom Lane
Date:
Subject: pgsql: Note that index-only scans can affect idx_tup_fetch.