]> granicus.if.org Git - postgresql/commit
Adjust comment about timeout when waiting for WAL at recovery
authorMichael Paquier <michael@paquier.xyz>
Fri, 1 Feb 2019 01:46:45 +0000 (10:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 1 Feb 2019 01:46:45 +0000 (10:46 +0900)
commitc93001b3f957994942ea18ed261ae06ac507ea95
tree2dfa1d137826232631baf242f23a23d1a165776b
parenteb8c9f0bc394160efd6951c69e644551e835a486
Adjust comment about timeout when waiting for WAL at recovery

A timeout of 5s is used when waiting for WAL to become available at
recovery so as the startup process is able to react promptly if a
trigger file shows up.  However this missed the fact that the startup
process also relies on the timeout to check periodically the status of
any active WAL receiver.

Discussion: https://postgr.es/m/20190131070956.GE13429@paquier.xyz
src/backend/access/transam/xlog.c