Downgrade warning to debug5 when AES/PLAIN password not found in pool_passwd.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 13 Sep 2018 06:02:03 +0000 (15:02 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 13 Sep 2018 06:02:03 +0000 (15:02 +0900)
commitc2fc260fd2f84fd438b7eaa88b69c46489b93c98
tree69a68136649dd8ab880eede11e90a06b55b0e620
parentc070e09a44465d930d5524bd899e7a2dba658b1d
Downgrade warning to debug5 when AES/PLAIN password not found in pool_passwd.

When health_check_password etc. is an empty string, Pgpool-II tries to
fetch AES/PLAIN password in pool_passwd. If other type of password
entry (actually it must be MD5), it warned it. However this is normal
setting till 3.7. Moreover, every time health check or streaming
replication delay check run, it emits the waring and the log file was
filled up with the message.

Solution is, downgrade the message to DEBUG5. Also add password type to
the message.
src/auth/pool_passwd.c