Re: pgsql: Make archiver process an auxiliary process.

2021-06-18 Thread Fujii Masao
On 2021/06/17 20:32, Thomas Munro wrote: On Thu, Jun 17, 2021 at 11:28 PM Fujii Masao wrote: Attached patch changes archiver so that it also handles barrier events. LGTM. Thanks! Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Head

Re: pgsql: Make archiver process an auxiliary process.

2021-06-17 Thread Thomas Munro
On Thu, Jun 17, 2021 at 11:28 PM Fujii Masao wrote: > Attached patch changes archiver so that it also handles barrier events. LGTM. Thanks!

Re: pgsql: Make archiver process an auxiliary process.

2021-06-17 Thread Fujii Masao
On 2021/06/16 13:29, Fujii Masao wrote: On 2021/06/12 19:36, Thomas Munro wrote: On Mon, Mar 15, 2021 at 5:14 PM Fujii Masao wrote: Make archiver process an auxiliary process. This commit changes WAL archiver process so that it's treated as an auxiliary process and can use shared memory.

Re: pgsql: Make archiver process an auxiliary process.

2021-06-15 Thread Fujii Masao
On 2021/06/12 19:36, Thomas Munro wrote: On Mon, Mar 15, 2021 at 5:14 PM Fujii Masao wrote: Make archiver process an auxiliary process. This commit changes WAL archiver process so that it's treated as an auxiliary process and can use shared memory. This is an infrastructure patch required f

Re: pgsql: Make archiver process an auxiliary process.

2021-06-12 Thread Thomas Munro
On Mon, Mar 15, 2021 at 5:14 PM Fujii Masao wrote: > Make archiver process an auxiliary process. > > This commit changes WAL archiver process so that it's treated as > an auxiliary process and can use shared memory. This is an infrastructure > patch required for upcoming shared-memory based stats

pgsql: Make archiver process an auxiliary process.

2021-03-14 Thread Fujii Masao
Make archiver process an auxiliary process. This commit changes WAL archiver process so that it's treated as an auxiliary process and can use shared memory. This is an infrastructure patch required for upcoming shared-memory based stats collector patch series. These patch series basically need any