Skip to content

Commit d16e290

Browse files
committed
Emit a LOG message when pausing at the recovery target.
Fujii Masao
1 parent 1c3b434 commit d16e290

File tree

1 file changed

+3
-0
lines changed
  • src/backend/access/transam

1 file changed

+3
-0
lines changed

src/backend/access/transam/xlog.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6482,6 +6482,9 @@ StartupXLOG(void)
64826482
{
64836483
if (recoveryPauseAtTarget)
64846484
{
6485+
ereport(LOG,
6486+
(errmsg("recovery has paused"),
6487+
errhint("Execute pg_xlog_replay_resume() to continue.")));
64856488
SetRecoveryPause(true);
64866489
recoveryPausesHere();
64876490
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy