]> granicus.if.org Git - postgresql/commit
Remove sanity test in XRecOffIsValid.
authorRobert Haas <rhaas@postgresql.org>
Mon, 25 Jun 2012 16:14:43 +0000 (12:14 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 25 Jun 2012 16:14:43 +0000 (12:14 -0400)
commit2dfa87bcb6eb3ee6e41c40ed4a8a43019a66bd38
treec8b497ec8cbf6c8b9556647803cdcbea335a0e72
parent5c7f954d310783d49724367c9fa6514bc62b7cce
Remove sanity test in XRecOffIsValid.

Commit 061e7efb1b4c5b8a5d02122b7780531b8d5bf23d changed the rules
for splitting xlog records across pages, but neglected to update this
test.  It's possible that there's some better action here than just
removing the test completely, but this at least appears to get some
of the things that are currently broken (like initdb on MacOS X)
working again.
src/include/access/xlog_internal.h