Fix messages when health check process starts.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Feb 2021 00:56:23 +0000 (09:56 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 2 Feb 2021 00:56:23 +0000 (09:56 +0900)
commit1f9af12bfd2cd31bb001ccb0a95926700d124f9e
tree6e15c9c729facaeeae18647e0ffbf6a880b7d467
parent2099ca47c5aa7312fb5231aa9717bc7565e6bfa4
Fix messages when health check process starts.

Fix when health check process was restarted by reaper(), incorrect
"child process with pid: 14639 exited with success and will not be
restarted" was emitted.

Also enhance worker_fork_a_child() to emit a message that new worker
process started.
src/main/pgpool_main.c