diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index e028124672..f32b2124e6 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -5477,6 +5477,12 @@ StartupXLOG(void) abortedRecPtr = endOfRecoveryInfo->abortedRecPtr; missingContrecPtr = endOfRecoveryInfo->missingContrecPtr; + /* + * Reset ps status display, so as no information related to recovery + * shows up. + */ + set_ps_display(""); + /* * When recovering from a backup (we are in recovery, and archive recovery * was requested), complain if we did not roll forward far enough to reach