]> granicus.if.org Git - postgresql/commit
Fix brain fade in cost estimation for index-only scans.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Oct 2011 14:41:17 +0000 (10:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Oct 2011 14:41:17 +0000 (10:41 -0400)
commitb324384f6bd5d661efeddb83d7f607781e96947d
tree03db550fb66922bff4d83d1cdb08e792a7793ab0
parent1ef60dab7049ffac52dee60b5788b6c7bc1f9d67
Fix brain fade in cost estimation for index-only scans.

visibility_fraction should not be applied to regular indexscans.
Noted by Cédric Villemain.
src/backend/optimizer/path/costsize.c