Revert "Doc: mention that reloading is not necessary when pool_passwd is updated."
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 25 Aug 2024 01:03:54 +0000 (10:03 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 25 Aug 2024 01:03:54 +0000 (10:03 +0900)
commit72707f07a65a63178a161ff42d25ba31c202e05a
treef8391a6dfebb8c9a0ae02e4fa0732526a44be483
parent4695affe7859338fa41d860dac74bfbebea7a88a
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
doc.ja/src/sgml/client-auth.sgml
doc.ja/src/sgml/connection-settings.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/connection-settings.sgml