• Tom Lane's avatar
    Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus · 87716346
    Tom Lane authored
    idea from the start since the variable is only meant to track commit/abort
    events.  This patch reverts the logic around the variable to what it was in
    8.4, except that the value is now kept in shared memory rather than a static
    variable, so that it can be reported correctly by CreateRestartPoint (which is
    executed in the bgwriter).
    87716346
xlog.c 287 KB