Обсуждение: pgsql: Adjust comment about timeout when waiting for WAL at recovery

Поиск
Список
Период
Сортировка

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

От
Michael Paquier
Дата:
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

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(-)