postgresql/src/backend
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
..
access Clear ps display of startup process at the end of recovery 2022-09-22 14:25:09 +09:00
backup Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
bootstrap Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
catalog Tighten pg_get_object_address argument checking 2022-09-21 09:42:35 -04:00
commands Improve ICU option handling in CREATE DATABASE 2022-09-21 10:41:36 -04:00
executor Harmonize parameter names in storage and AM code. 2022-09-19 19:18:36 -07:00
foreign Adjust assorted hint messages that list all valid options. 2022-09-16 14:53:12 +02:00
jit Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
lib Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
libpq Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
main Fix outdated --help message for postgres -f 2022-08-15 13:36:36 +09:00
nodes Revise tree-walk APIs to improve spec compliance & silence warnings. 2022-09-20 18:03:22 -04:00
optimizer Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
parser Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
partitioning Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port Fix huge_pages on Windows 2022-09-17 15:39:55 +09:00
postmaster Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
regex Consistently use named parameters in regex code consistently. 2022-09-19 15:47:04 -07:00
replication Pass Size as a 2nd argument for snprintf() in tablesync.c. 2022-09-21 10:20:37 +05:30
rewrite Fix grammar in error message 2022-09-15 11:40:17 +07:00
snowball In the Snowball dictionary, don't try to stem excessively-long words. 2022-08-31 10:42:05 -04:00
statistics Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
storage Used optimized linear search in more code paths 2022-09-22 09:47:28 +09:00
tcop Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
tsearch Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
utils Improve some GUC description strings 2022-09-21 12:29:38 +02:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Move gramparse.h to src/backend/parser 2022-09-14 10:57:13 +07:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00