postgresql/src
Fujii Masao 39b03690b5 Log long wait time on recovery conflict when it's resolved.
This is a follow-up of the work done in commit 0650ff2303. This commit
extends log_recovery_conflict_waits so that a log message is produced
also when recovery conflict has already been resolved after deadlock_timeout
passes, i.e., when the startup process finishes waiting for recovery
conflict after deadlock_timeout. This is useful in investigating how long
recovery conflicts prevented the recovery from applying WAL.

Author: Fujii Masao
Reviewed-by: Kyotaro Horiguchi, Bertrand Drouvot
Discussion: https://postgr.es/m/9a60178c-a853-1440-2cdc-c3af916cff59@amazon.com
2021-01-13 22:59:17 +09:00
..
backend Log long wait time on recovery conflict when it's resolved. 2021-01-13 22:59:17 +09:00
bin pg_dump: label INDEX ATTACH ArchiveEntries with an owner. 2021-01-12 13:37:38 -05:00
common
fe_utils
include Log long wait time on recovery conflict when it's resolved. 2021-01-13 22:59:17 +09:00
interfaces Try next host after a "cannot connect now" failure. 2021-01-11 14:12:31 -05:00
makefiles
pl
port Don't use elog() in src/port/pwrite.c. 2021-01-13 19:34:14 +13:00
template
test
timezone
tools Invent struct ReindexIndexInfo 2021-01-12 17:05:06 -03:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk