Code review for btree page split WAL reduction patch. Make it actually work
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Apr 2007 20:47:38 +0000 (20:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Apr 2007 20:47:38 +0000 (20:47 +0000)
commit226a100568733ad01624dbbb6cd3ce75fea5f399
tree5e443cefe482cbcca1d9fdcf2f17a49becacd07d
parentf7424b0d4bb9bd337e0a0b8343b933a72b9cfd72
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.
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtxlog.c
src/include/access/nbtree.h
src/include/catalog/catversion.h