Fix PageGetExactFreeSpace() so that it actually behaves sensibly

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

Commit: 082aca9ec2854f8e25730c37411685f51a6277de
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-02-10T20:39:08Z
Releases: 8.3.1
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 ...

Files

PathChange+/−
src/backend/storage/page/bufpage.c modified +4 −1