pgsql: Make archiver process handle barrier events.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make archiver process handle barrier events.
Date: 2021-06-18 08:58:14
Message-ID: E1luAKM-0008Mx-Qq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-06-18 08:58:51 Re: pgsql: Make archiver process an auxiliary process.
Previous Message Michael Paquier 2021-06-18 05:24:03 pgsql: doc: Apply markup <productname> to OpenSSL more consistently