[pgpool-committers: 8685] pgpool: Rename configuration parameter delegate_IP to delegate_ip.
Bo Peng
pengbo at sraoss.co.jp
Mon Jun 13 20:57:43 JST 2022
Rename configuration parameter delegate_IP to delegate_ip.
For compatibility with the old versions, the old paramter delegate_IP can still work.
If the old paramter delegate_IP is used, Pgpool-II will set the value to
delegate_ip and throw a warning message.
This commit also fixes segfault of fail_over_on_backend_error
and changes the behavior to set the value to failover_on_backend_error
if fail_over_on_backend_error is used.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=93fcdbc1fe6fc4cf004657c9c4b52feeb977efa9
Modified Files
--------------
doc.ja/src/sgml/example-AWS.sgml | 2 +-
doc.ja/src/sgml/example-cluster.sgml | 4 ++--
doc.ja/src/sgml/watchdog.sgml | 20 +++++++++----------
doc/src/sgml/example-AWS.sgml | 2 +-
doc/src/sgml/example-cluster.sgml | 4 ++--
doc/src/sgml/watchdog.sgml | 12 ++++++------
src/config/pool_config_variables.c | 37 +++++++++++++++++++++++++++++++-----
src/include/pool_config.h | 2 +-
src/sample/pgpool.conf.sample-stream | 2 +-
src/utils/pool_process_reporting.c | 4 ++--
src/watchdog/watchdog.c | 2 +-
src/watchdog/wd_escalation.c | 4 ++--
src/watchdog/wd_if.c | 14 +++++++-------
src/watchdog/wd_utils.c | 2 +-
14 files changed, 69 insertions(+), 42 deletions(-)
More information about the pgpool-committers
mailing list