pgsql: Make the standby server promptly handle interrupt signals.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Make the standby server promptly handle interrupt signals.
Дата
Msg-id E1m7Ti6-0006jG-G2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make the standby server promptly handle interrupt signals.

This commit changes the startup process in the standby server so that
it handles the interrupt signals after waiting for wal_retrieve_retry_interval
on the latch and resetting it, before entering another wait on the latch.
This change causes the standby server to promptly handle interrupt signals.

Otherwise, previously, there was the case where the standby needs to
wait extra five seconds to shutdown when the shutdown request arrived
while the startup process was waiting for wal_retrieve_retry_interval
on the latch.

Author: Fujii Masao, but implementation idea is from Soumyadeep Chakraborty
Reviewed-by: Soumyadeep Chakraborty
Discussion: https://postgr.es/m/9d7e6ab0-8a53-ddb9-63cd-289bcb25fe0e@oss.nttdata.com

Per discussion of BUG #17073, back-patch to all supported versions.
Discussion: https://postgr.es/m/17073-1a5fdaed0fa5d4d0@postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9c83398f8743181ed6e877bbb35bcfafc1cb82b2

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


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Make the standby server promptly handle interrupt signals.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Make the standby server promptly handle interrupt signals.