• Noah Misch's avatar
    Observe array length in HaveVirtualXIDsDelayingChkpt(). · fb435f40
    Noah Misch authored
    Since commit f21bb9cf, this function
    ignores the caller-provided length and loops until it finds a
    terminator, which GetVirtualXIDsDelayingChkpt() never adds.  Restore the
    previous loop control logic.  In passing, revert the addition of an
    unused variable by the same commit, presumably a debugging relic.
    fb435f40
xlog.c 306 KB