pgpool: Fix description about ssl_dh_params_file.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix description about ssl_dh_params_file.
Date: 2026-05-06 07:26:51
Message-ID: E1wKWeh-008Jrb-1l@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix description about ssl_dh_params_file.

It actually falls back to compiled-in default not only when the
parameter is empty (the default), but when specified parameter is
incorrect one.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.3

Branch
------
V4_6_STABLE

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

Modified Files
--------------
doc.ja/src/sgml/ssl.sgml | 11 ++---------
doc/src/sgml/ssl.sgml | 2 +-
2 files changed, 3 insertions(+), 10 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-05-06 07:26:56 pgpool: Fix description about ssl_dh_params_file.
Previous Message Tatsuo Ishii 2026-05-06 07:26:45 pgpool: Fix description about ssl_dh_params_file.