]> granicus.if.org Git - postgresql/commit
In the recent changes to make the planner account better for cache
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jul 2006 15:41:56 +0000 (15:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Jul 2006 15:41:56 +0000 (15:41 +0000)
commit98359c3e3f9d67c43459f3721106de8eac3352bd
treead8270ae5dc8fa9be7100a50e02631ab2586ef1a
parentb0dc1fbbc527bec4c26b430f13c032a501a5c72e
In the recent changes to make the planner account better for cache
effects in a nestloop inner indexscan, I had only dealt with plain index
scans and the index portion of bitmap scans.  But there will be cache
benefits for the heap accesses of bitmap scans too, so fix
cost_bitmap_heap_scan() to account for that.
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/util/pathnode.c
src/include/optimizer/cost.h
src/include/optimizer/pathnode.h