Remove redundant HandleWalWriterInterrupts().
Fujii Masao <fujii@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/walwriter.c | modified | +1 −27 |
Discussion
- Remove redundant HandleWalWriterInterrupts() 4 messages · 2024-01-24 → 2024-01-25