Tweak the tree descent loop in fsm_search_avail to not look at the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 55368223cde4f19b4cd97eff7ea82b4a85a7a04c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-10T17:11:18Z
Releases: 8.4.0
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?)

Files

PathChange+/−
src/backend/storage/freespace/fsmpage.c modified +15 −12