Fix PageGetExactFreeSpace() so that it actually behaves sensibly
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2008 20:39:08 +0000 (20:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Feb 2008 20:39:08 +0000 (20:39 +0000)
commit9524d735275d7f5869a11b84bc437efa839ea38c
tree7a8ac4c108217dfaadba957bea57e19a518fdd4f
parentfb04c9d9ceefc837915adecb66752b366a828f46
Fix PageGetExactFreeSpace() so that it actually behaves sensibly
if pd_lower > pd_upper, rather than merely claiming to.  This would
only matter if the page header were corrupt, which shouldn't occur,
but ...
src/backend/storage/page/bufpage.c