[pgpool-committers: 4850] pgpool: Allow not to use pool_passwd in raw mode.
Tatsuo Ishii
ishii at postgresql.org
Tue Jul 10 11:29:36 JST 2018
Allow not to use pool_passwd in raw mode.
Since in raw there's only 1 backend is actually involved, there's no
need to use pool_passwd with md5 authentication.
Per bug 411.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=846f4dd0da5d17b023a75279a6f159f70333f6a1
Modified Files
--------------
doc.ja/src/sgml/client-auth.sgml | 11 +++++++++++
doc/src/sgml/client-auth.sgml | 8 ++++++++
src/auth/pool_auth.c | 2 +-
3 files changed, 20 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list