]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit082aca9ec2854f8e25730c37411685f51a6277de
tree8db209b8744c7ed80c9bd24e0105ef44e91e5cc1
parent0028b22d68a7e614a1e8fd2b4bca3bf2166c13b2
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