pgsql: Remove redundant HandleWalWriterInterrupts(). - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove redundant HandleWalWriterInterrupts().
Date
Msg-id E1rSqmq-002zCz-8b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: jit: Require at least LLVM 10.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix comment on gist_stratnum_btree