Remove redundant HandleWalWriterInterrupts()
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-24T12:20:17Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-redundant-HandleWalWriterInterrupts.patch (application/octet-stream) patch v1-0001
Hi, Because of commit 1bdd54e662, the code of HandleWalWriterInterrupts() became the same as HandleMainLoopInterrupts(). So I'd like to propose to remove HandleWalWriterInterrupts() and make walwriter use HandleMainLoopInterrupts() instead for improved code simplicity. Thought? Patch attached. Regards, -- Fujii Masao
Commits
-
Remove redundant HandleWalWriterInterrupts().
- a044e61f1b97 17.0 landed
-
Remove redundant call to pgstat_report_wal()
- 1bdd54e662d5 16.0 cited