Repair still another bug in the btree page split WAL reduction patch:

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

Commit: 93190c309802b9adb2aa56bfb8bb1ef1a6b8f93f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-11-16T19:53:50Z
Releases: 8.3.0
Repair still another bug in the btree page split WAL reduction patch:
it failed for splits of non-leaf pages because in such pages the first
data key on a page is suppressed, and so we can't just copy the first
key from the right page to reconstitute the left page's high key.
Problem found by Koichi Suzuki, patch by Heikki.

Files