• Tom Lane's avatar
    Clean up and document the API for XLogOpenRelation and XLogReadBuffer. · 6d61cdec
    Tom Lane authored
    This commit doesn't make much functional change, but it does eliminate some
    duplicated code --- for instance, PageIsNew tests are now done inside
    XLogReadBuffer rather than by each caller.
    The GIST xlog code still needs a lot of love, but I'll worry about that
    separately.
    6d61cdec
nbtxlog.c 20.4 KB