• Robert Haas's avatar
    Fix incorrect math in DetermineSafeOldestOffset. · 7be47c56
    Robert Haas authored
    The old formula didn't have enough parentheses, so it would do the wrong
    thing, and it used / rather than % to find a remainder.  The effect of
    these oversights is that the stop point chosen by the logic introduced in
    commit b69bf30b might be rather
    meaningless.
    
    Thomas Munro, reviewed by Kevin Grittner, with a whitespace tweak by me.
    7be47c56
multixact.c 95.9 KB