pgsql: Remove redundant HandleWalWriterInterrupts().

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant HandleWalWriterInterrupts().
Date: 2024-01-25 03:52:20
Message-ID: E1rSqmq-002zCz-8b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-25 06:29:16 pgsql: Fix comment on gist_stratnum_btree
Previous Message Thomas Munro 2024-01-25 02:58:26 pgsql: jit: Require at least LLVM 10.