mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
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.