Fix the watchdog process not reloading configurations.
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 25 Nov 2024 07:53:54 +0000 (16:53 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 25 Nov 2024 07:59:44 +0000 (16:59 +0900)
commitc76f81f63c95d3b60c7ca9b03e1457074fffddd4
tree124cc75e1f22c8cdddaaebdd4b228c108094e202
parente94ca4fd3fa5c1bafbdbe4ec1bd3fffed9e1cf9c
Fix the watchdog process not reloading configurations.

The reload_config() function in Pgpool-II should send a SIGHUP signal to the watchdog process.
src/main/pgpool_main.c
src/watchdog/watchdog.c