• Heikki Linnakangas's avatar
    Fix bug in the new GIN incomplete-split code. · 8bbbcb91
    Heikki Linnakangas authored
    Inserting a downlink to an internal page clears the incomplete-split flag
    of the child's left sibling, so the left sibling's LSN also needs to be
    updated and it needs to be marked dirty. The codepath for an insertion got
    this right, but the case where the internal node is split because of
    inserting the new downlink missed that.
    8bbbcb91
ginbtree.c 20.1 KB