OSDN Git Service

Tweak the tree descent loop in fsm_search_avail to not look at the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Dec 2008 17:11:18 +0000 (17:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Dec 2008 17:11:18 +0000 (17:11 +0000)
commit55368223cde4f19b4cd97eff7ea82b4a85a7a04c
tree6ec70410ddceee76ab832268114ff466f425ac21
parent253fa736b978f298746763ef3113282f32b9f475
Tweak the tree descent loop in fsm_search_avail to not look at the
right child if it doesn't need to.  This saves some miniscule number
of cycles, but the ulterior motive is to avoid an optimization bug
known to exist in SCO's C compiler (and perhaps others?)
src/backend/storage/freespace/fsmpage.c