[pgpool-committers: 10083] pgpool: Revert "Doc: mention that reloading is not necessary when pool_
Tatsuo Ishii
ishii at postgresql.org
Sun Aug 25 10:18:42 JST 2024
Revert "Doc: mention that reloading is not necessary when pool_passwd is updated."
This reverts commit 41e57cdb3181c61a5d2f8bf8f216d71dad283daf.
"reloading is not necessary when pool_passwd is updated." was not
correct. Since reading pool_passwd in pgpool uses a buffered read,
it's too fragile to assume that changes to pool_passwd by different
process is immediately available for pgpool process. To reflect the
changes, pgpool reload (which causes re-opening pool_passwd). is
necessary.
Discussion: [pgpool-general: 9185] reloading of pool_passwd file
https://www.pgpool.net/pipermail/pgpool-general/2024-August/001862.html
Branch
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0922c41d53fddd7a905f472637c4988774a3facd
Modified Files
--------------
doc.ja/src/sgml/client-auth.sgml | 6 ++----
doc.ja/src/sgml/connection-settings.sgml | 1 -
doc/src/sgml/client-auth.sgml | 10 ++++++----
doc/src/sgml/connection-settings.sgml | 5 +----
4 files changed, 9 insertions(+), 13 deletions(-)
More information about the pgpool-committers
mailing list