pgsql: Adjust comment about timeout when waiting for WAL at recovery

Started by Michael Paquierover 7 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/20190131070956.GE13429@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c93001b3f957994942ea18ed261ae06ac507ea95

Modified Files
--------------
src/backend/access/transam/xlog.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)