提交 d16e290a 编写于 作者: R Robert Haas

Emit a LOG message when pausing at the recovery target.

Fujii Masao
上级 1c3b434a
......@@ -6482,6 +6482,9 @@ StartupXLOG(void)
{
if (recoveryPauseAtTarget)
{
ereport(LOG,
(errmsg("recovery has paused"),
errhint("Execute pg_xlog_replay_resume() to continue.")));
SetRecoveryPause(true);
recoveryPausesHere();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册