Enhance status file reading log.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 15 Dec 2022 05:56:25 +0000 (14:56 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 15 Dec 2022 05:56:25 +0000 (14:56 +0900)
commit57751f232a357d6fc694b8584a2747c864e0010c
treebe9920e00a26d900bca8ed31bb33a95a16f6e3e4
parent6d19ac7d31ca601dcb1387f7b417d48d753d2031
Enhance status file reading log.

Previously only if pgpool_status exists and the status is down, a log
message was printed.  However it is more useful no matter what the
status (up or unused) is because it also represents that pgpool_status
exists and it is read while pgpool starting up, which is useful
information.
src/main/pgpool_main.c