[pgpool-committers: 10087] pgpool: Revert "Doc: mention that reloading is not necessary when pool_
Tatsuo Ishii
ishii at postgresql.org
Sun Aug 25 10:19:02 JST 2024
Revert "Doc: mention that reloading is not necessary when pool_passwd is updated."
This reverts commit 4695affe7859338fa41d860dac74bfbebea7a88a.
"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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=72707f07a65a63178a161ff42d25ba31c202e05a
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