btree-impl-asymmetric-split-vs-merge

Status: IN

The reference implementation fully propagates splits upward through `_insert`'s return value but swallows the `'empty'` signal in `_delete` after one level of cleanup, making insertion structurally complete but deletion structurally incomplete

Source: entries/2026/05/28/topic-postgres-nbtree-lazy-deletion.md

JSON