• Tom Lane's avatar
    Add more sanity-checking to PageAddItem and PageIndexTupleDelete, · aa00e613
    Tom Lane authored
    to prevent spreading of corruption when page header pointers are bad.
    Merge PageZero into PageInit, since it was never used separately, and
    remove separate memset calls used at most other PageInit call points.
    Remove IndexPageCleanup, which wasn't used at all.
    aa00e613
hashpage.c 19.9 KB