[pgpool-committers: 10086] pgpool: Revert "Doc: mention that reloading is not necessary when pool_

Tatsuo Ishii ishii at postgresql.org
Sun Aug 25 10:18:57 JST 2024


Revert "Doc: mention that reloading is not necessary when pool_passwd is updated."

This reverts commit 6c7f9ff640432b99fa11726c0db66ea3c7e15c9d.

"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_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=99ca54013d4fb0e8197468b15ce702ff85013354

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