postgresql/src
Michael Paquier fbb5f54b67 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
2022-09-22 14:25:09 +09:00
..
backend Clear ps display of startup process at the end of recovery 2022-09-22 14:25:09 +09:00
bin psql: Improve tab-completion for MERGE. 2022-09-22 09:25:29 +09:00
common Simplify handling of compression level with compression specifications 2022-09-14 12:16:57 +09:00
fe_utils Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
include Harmonize lexer adjacent function parameter names. 2022-09-21 13:21:36 -07:00
interfaces Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
makefiles aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
pl Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
port Include c.h instead of postgres.h in src/port/*p{read,write}*.c 2022-09-17 09:21:59 -07:00
template Move darwin sysroot determination into separate file 2022-09-01 16:54:19 -07:00
test Tighten pg_get_object_address argument checking 2022-09-21 09:42:35 -04:00
timezone Consistently use named parameters in timezone code. 2022-09-19 15:13:42 -07:00
tools Fix `trap` in a few shell scripts 2022-09-20 18:50:16 +02:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split TESTDIR into TESTLOGDIR and TESTDATADIR 2022-09-19 18:03:17 -07:00
Makefile.shlib aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00