Observe array length in HaveVirtualXIDsDelayingChkpt().
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.
Showing
Please register or sign in to comment