Fix PageGetExactFreeSpace() so that it actually behaves sensibly
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/page/bufpage.c | modified | +4 −1 |