[pgpool-committers: 8503] pgpool: Fix bug with pg_enc and pg_md5.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Mar 18 21:00:55 JST 2022
Fix bug with pg_enc and pg_md5.
When these commands are invoked with "-i" option (read username/password
pairs from a file), it did not create proper entries in pool_passwd.
This bug was introduced by the commit:
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=441bde41767fe3bccad513735f946dd2dec5059b
Bug reported in https://www.pgpool.net/mantisbt/view.php?id=747
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=96502f1400fc0ac2f172acd3f073c15112c5f5d1
Modified Files
--------------
src/tools/pgenc/pg_enc.c | 4 ++--
src/tools/pgmd5/pg_md5.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
More information about the pgpool-committers
mailing list