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 01:02:20 +0000 (10:02 +0900)
commit57d416aca1dd37407fa97172bea2b42b90391f0e
treecc7ea86427b80d43a33041187dc90e9cd21324cb
parentba01caaef0db8e9bf7a364a790508d7b0c9ac790
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