[pgpool-committers: 10405] pgpool: Doc: enhance the description on connection_life_time
Tatsuo Ishii
ishii at postgresql.org
Thu Apr 24 19:31:18 JST 2025
Doc: enhance the description on connection_life_time
connection_life_time is a config value to determine the life time of
cached connections to PostgreSQL backend. Current document lacks a
description that the expiration calculation is actually done at the
time when the client disconnects to the process which holds the cached
connections.
Discussion: [pgpool-hackers: 4577] Doc: enhance the description on connection_life_time
https://www.pgpool.net/pipermail/pgpool-hackers/2025-April/004578.html
Backpatch-through: v4.2
Branch
------
V4_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9084266feb26b7bd27ca9d906a3d6b1d170ed782
Modified Files
--------------
doc.ja/src/sgml/connection-pooling.sgml | 5 +++++
doc/src/sgml/connection-pooling.sgml | 14 ++++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list