postgresql/src/backend/access
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
..
brin Harmonize parameter names in storage and AM code. 2022-09-19 19:18:36 -07:00
common Harmonize parameter names in storage and AM code. 2022-09-19 19:18:36 -07:00
gin Harmonize parameter names in storage and AM code. 2022-09-19 19:18:36 -07:00
gist Suppress variable-set-but-not-used warnings from clang 15. 2022-09-20 12:04:37 -04:00
hash More -Wshadow=compatible-local warning fixes 2022-08-26 02:35:40 +12:00
heap Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Fix comments about deduplication updating page. 2022-08-05 14:25:49 -07:00
rmgrdesc Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
spgist Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
table Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Clear ps display of startup process at the end of recovery 2022-09-22 14:25:09 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00