• Tom Lane's avatar
    Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. · 24992c6d
    Tom Lane authored
    The full generality of deleting an arbitrary number of tuples is no longer
    needed, so let's save some code and cycles by replacing the original coding
    with an implementation based on PageIndexTupleDelete.
    
    We can always get back the old code from git if we need it again for new
    callers (though I don't care for its willingness to mess with line pointers
    it wasn't told to mess with).
    
    Discussion: <552.1473445163@sss.pgh.pa.us>
    24992c6d
brin_xlog.c 6.37 KB