• Noah Misch's avatar
    Fix comments about WAL rule "write xlog before data" versus pg_multixact. · 3cd1ba14
    Noah Misch authored
    Recovery does not achieve its goal of zeroing all pg_multixact entries
    whose accompanying WAL records never reached disk.  Remove that claim
    and justify its expendability.  Detail the need for TrimMultiXact(),
    which has little in common with the TrimCLOG() rationale.  Merge two
    tightly-related comments.  Stop presenting pg_multixact as specific to
    heap_lock_tuple(); PostgreSQL 9.3 extended its use to heap_update().
    
    Noticed while investigating a report from Andres Freund.
    3cd1ba14
multixact.c 110 KB