Tweak the tree descent loop in fsm_search_avail to not look at the
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/freespace/fsmpage.c | modified | +15 −12 |