Re: Use standard SIGHUP and SIGTERM handlers in autoprewarm module
Fujii Masao <masao.fujii@oss.nttdata.com>
Attachments
- v2-use-standard-SIGHUP-and-SIGTERM-handlers-in-autoprewarm-process.patch (text/plain) patch v2
- v2-use-standard-SIGTERM-handler-in-walreceiver-process.patch (text/plain) patch v2
On 2020/10/29 15:21, Fujii Masao wrote: > > > On 2020/10/07 11:30, Bharath Rupireddy wrote: >> On Tue, Oct 6, 2020 at 11:41 AM Bharath Rupireddy >> <bharath.rupireddyforpostgres@gmail.com> wrote: >>> >>> On Tue, Oct 6, 2020 at 11:20 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote: >>>> >>>> +1 Or it's also ok to make each patch separately. >>>> Anyway, thanks! >>>> >>> >>> Thanks. +1 to have separate patches. I will post two separate patches >>> for autoprewarm and WalRcvShutdownHandler for further review. The >>> other two patches can be for startup.c and syslogger.c. >>> >> >> I'm attaching all the 4 patches here together. >> >> 1. v1-use-standard-SIGHUP-and-SIGTERM-handlers-in-autoprewarm-process.patch >> -- This is the patch initially sent in this mail by me, I just >> renamed it. >> 2. v1-use-MyLatch-and-standard-SIGHUP-handler-in-startup-process.patch >> -- This is the patch proposed by Fuji Masao, I just renamed it. >> 3. v1-use-standard-SIGHUP-hanlder-in-syslogger-process.patch >> 4. v1-use-standard-SIGTERM-handler-in-walreceiver-process.patch >> >> Please consider these patches for further review. > > Thanks for the patches! They look good to me. So barring any objections, > I will commit them one by one. I pushed the following two patches. - v1-use-standard-SIGHUP-hanlder-in-syslogger-process.patch - v1-use-MyLatch-and-standard-SIGHUP-handler-in-startup-process.patch Regarding other two patches, I think that it's better to use MyLatch rather than MyProc->procLatch or walrcv->latch in WaitLatch() and ResetLatch(), like other code does. Attached are the updated versions of the patches. Thought? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Revert "Get rid of the dedicated latch for signaling the startup process".
- 00f690a23993 14.0 landed
-
Improve log message about termination of background workers.
- 98e2d58d66c8 14.0 landed
-
Use standard SIGTERM signal handler die() in test_shm_mq worker.
- ef848f4ac5a4 14.0 landed
-
Use standard SIGHUP and SIGTERM signal handlers in worker_spi.
- 2a0847720ae6 14.0 landed
-
Use standard SIGHUP and SIGTERM handlers in walreceiver.
- 1a2ae7c50fb4 14.0 landed
-
pg_prewarm: make autoprewarm leader use standard SIGHUP and SIGTERM handlers.
- 53f614f1302d 14.0 landed
-
Get rid of the dedicated latch for signaling the startup process.
- ac22929a2613 14.0 landed
-
Use standard SIGHUP handler in syslogger.
- 02d332297f9b 14.0 landed
-
Use PostgresSigHupHandler in more places.
- 1e53fe0e70f6 13.0 cited
-
Fix race condition with unprotected use of a latch pointer variable.
- 45f9d08684d9 11.0 cited
-
Remove remnants of ImmediateInterruptOK handling.
- 2505ce0be0b6 9.5.0 cited
-
Introduce Streaming Replication.
- 40f908bdcdc7 9.0.0 cited