wait event and archive_command
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-21T13:57:50Z
Lists: pgsql-hackers
Attachments
- wait_event_for_archive_command_v1.patch (text/plain) patch v1
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
Commits
-
Report wait events for local shell commands like archive_command.
- 1b06d7bac901 15.0 landed