[pgpool-committers: 5110] pgpool: Downgrade warning to debug5 when AES/PLAIN password not found i
Tatsuo Ishii
ishii at sraoss.co.jp
Thu Sep 13 15:07:37 JST 2018
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.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=c2fc260fd2f84fd438b7eaa88b69c46489b93c98
Modified Files
--------------
src/auth/pool_passwd.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list