]> granicus.if.org Git - postgresql/commit
Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2009 16:00:41 +0000 (16:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Jan 2009 16:00:41 +0000 (16:00 +0000)
commit8a4505013d9f19979fa83fced5588311d3b123d2
tree4419e1e1c6bdec09cdafee0865e18e12a9b8a9ea
parent405728f66976729b15dbc95bbbe3dfa147b5106f
Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching
the same page we are nanoseconds away from reading for real.  There should be
something left to do on the current page before we consider issuing a prefetch.
src/backend/executor/nodeBitmapHeapscan.c