• Robert Haas's avatar
    recoveryStopsHere() must check the resource manager ID. · aea1f24c
    Robert Haas authored
    Before commit c016ce72, this wasn't
    needed, but now that multiple resource manager IDs can percolate down
    through here, we have to make sure we know which one we've got.
    Otherwise, we can confuse (for example) an XLOG_XACT_COMMIT record
    with an XLOG_CHECKPOINT_SHUTDOWN record.
    
    Review by Jaime Casanova
    aea1f24c
xlog.c 311 KB