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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Adjust comment about timeout when waiting for WAL at recovery
Дата
Msg-id E1gpNwg-0002LU-7u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix use of dangling pointer in heap_delete() when loggingreplic
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Move building of child base quals out into a new function