Thread: pgsql: Remove redundant HandleWalWriterInterrupts().

pgsql: Remove redundant HandleWalWriterInterrupts().

From
Fujii Masao
Date:
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-yJopydatw@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(-)