• Tom Lane's avatar
    Get rid of GenericXLogUnregister(). · 08e78543
    Tom Lane authored
    This routine is unsafe as implemented, because it invalidates the page
    image pointers returned by previous GenericXLogRegister() calls.
    
    Rather than complicate the API or the implementation to avoid that,
    let's just get rid of it; the use-case for having it seems much
    too thin to justify a lot of work here.
    
    While at it, do some wordsmithing on the SGML docs for generic WAL.
    08e78543
generic_xlog.h 1.3 KB