wait event and archive_command

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: wait event and archive_command
Date: 2021-10-21 13:57:50
Message-ID: 4ca4f920-6b48-638d-08b2-93598356f5d3@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'd like to propose to add new wait event reported while archiver process
is executing archive_command. This would be helpful to observe
what archiver is doing and check whether it has some troubles or not.
Thought? PoC patch attached.

Also how about adding wait events for other commands like
archive_cleanup_command, restore_command and recovery_end_command?

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
wait_event_for_archive_command_v1.patch text/plain 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2021-10-21 14:17:55 Re: [Bug] Logical Replication failing if the DateStyle is different in Publisher & Subscriber
Previous Message Alvaro Herrera 2021-10-21 13:55:26 Re: ThisTimeLineID can be used uninitialized