Remove redundant HandleWalWriterInterrupts(). Because of commit 1bdd54e662, the code of HandleWalWriterInterrupts() became the same as HandleMainLoopInterrupts(). So this commit removes HandleWalWriterInterrupts() and makes walwriter use HandleMainLoopInterrupts() for improved code simplicity.
Author: Fujii Masao Reviewed-by: Bharath Rupireddy, Nathan Bossart Discussion: https://postgr.es/m/CAHGQGwHUtwCsB4DnqFLiMiVzjcA=zmeckf9_pgqm-yjopyd...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a044e61f1b97ceb80a198c0ae22c07c35dda39eb Modified Files -------------- src/backend/postmaster/walwriter.c | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-)