pgsql: Clear ps display of startup process at the end of recovery

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clear ps display of startup process at the end of recovery
Date: 2022-09-22 05:27:20
Message-ID: E1obEk4-001S16-1R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clear ps display of startup process at the end of recovery

If the ps display is not cleared at this point, the process could
continue displaying "recovering NNN" even if handling end-of-recovery
steps. df9274a has tackled that by providing some information with the
end-of-recovery checkpoint but 7ff23c6 has nullified the effect of the
first commit.

Per a suggestion from Justin, just clear the ps display when we are done
with recovery, so as no incorrect information is displayed. This may
get extended in the future, but for now restore the pre-7ff23c6
behavior.

Author: Justin Prysby
Discussion: https://postgr.es/m/20220913223954.GU31833@telsasoft.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbb5f54b67c2f35c885d07daa26bce7e2eb6b0be

Modified Files
--------------
src/backend/access/transam/xlog.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-22 05:47:52 pgsql: meson: ci: Convert some tasks to use meson
Previous Message Fujii Masao 2022-09-22 03:58:50 pgsql: docs: Fix snapshot name in SET TRANSACTION docs.