Fixed an issue where pg_md5 and pg_enc would not update the password file if a file...
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 9 Dec 2024 07:56:13 +0000 (16:56 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 9 Dec 2024 08:12:55 +0000 (17:12 +0900)
commit48a5e8205f0bf74b684ba3aafcbb4b1ac43ecf40
tree97804088f1856487dda5254780341952c91f04ec
parent777da0be8247536c18a441c727782acbe7f7180a
Fixed an issue where pg_md5 and pg_enc would not update the password file if a file other than the default value was specified in the pool_passwd parameter.

This issue is reported by Sadhuprasad Patro.
src/tools/pgenc/pg_enc.c
src/tools/pgmd5/pg_md5.c