pgsql: Make archiver process handle barrier events.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Make archiver process handle barrier events.
Дата
Msg-id E1luAKM-0008Mx-Qq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make archiver process handle barrier events.

Commit d75288fb27 made WAL archiver process an auxiliary process.
An auxiliary process needs to handle barrier events but the commit
forgot to make archiver process do that.

Reported-by: Thomas Munro
Author: Fujii Masao
Reviewed-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGLah2w1pWKHonZP_+EQw69=q56AHYwCgEN8GDzsRG_Hgw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/981524d2e3aa3f28d364c472e34f5386be846811

Modified Files
--------------
src/backend/postmaster/pgarch.c | 41 +++++++++++++++++++++++++++--------------
1 file changed, 27 insertions(+), 14 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Apply markup to OpenSSL more consistently
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Make archiver process an auxiliary process.