!831 解决指定时间点增量恢复hang住问题

Merge pull request !831 from mujinqiang/fixremote
This commit is contained in:
opengauss-bot
2021-03-19 09:29:46 +08:00
committed by Gitee

View File

@ -302,7 +302,7 @@ void ApplyReadyTxnLogRecords(TxnRedoWorker *worker, bool forceAll)
oldReplayedPageLSN = lrEnd;
}
RedoInterruptCallBack();
} while (forceAll && XLByteLT(lrEnd, t_thrd.xlog_cxt.EndRecPtr));
} while (forceAll && XLByteLT(lrEnd, g_dispatcher->dispatchEndRecPtr));
}
worker->procHead = item;