forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfbb5f54
committed
Clear ps display of startup process at the end of recovery
If the ps display is not cleared at this point, the process couldcontinue displaying "recovering NNN" even if handling end-of-recoverysteps.df9274a has tackled that by providing some information with theend-of-recovery checkpoint but7ff23c6 has nullified the effect of thefirst commit.Per a suggestion from Justin, just clear the ps display when we are donewith recovery, so as no incorrect information is displayed. This mayget extended in the future, but for now restore the pre-7ff23c6behavior.Author: Justin PrysbyDiscussion:https://postgr.es/m/20220913223954.GU31833@telsasoft.comBackpatch-through: 151 parent2f636da commitfbb5f54
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5477 | 5477 |
| |
5478 | 5478 |
| |
5479 | 5479 |
| |
| 5480 | + | |
| 5481 | + | |
| 5482 | + | |
| 5483 | + | |
| 5484 | + | |
| 5485 | + | |
5480 | 5486 |
| |
5481 | 5487 |
| |
5482 | 5488 |
| |
|
0 commit comments
Comments
(0)