Code review for btree page split WAL reduction patch. Make it actually work

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

Commit: 226a100568733ad01624dbbb6cd3ce75fea5f399
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-04-11T20:47:38Z
Releases: 8.3.0
Code review for btree page split WAL reduction patch.  Make it actually work
(original code *always* created a full-page image for the left page, thus
leaving the intended savings unrealized), avoid risk of not having enough room
on the page during xlog restore, squeeze out another couple bytes in the xlog
record, clean up neglected comments.

Files