[pgpool-committers: 8501] pgpool: Fix bug with pg_enc and pg_md5.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Mar 18 21:00:43 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
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b7336ab4a96b3e73373deab58489473d5e9c1f13
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