[pgpool-committers: 5065] pgpool: Use failover instead of fail-over pr fail_over

Muhammad Usama m.usama at gmail.com
Sun Aug 19 19:25:27 JST 2018


Use failover instead of fail-over pr fail_over

Fix mistakes where "fail_over" and "fail-over" were used instead of the
"failover". And that also includes a wrongly spelled configuration parameter
"fail_over_on_backend_error",
Now we throw a warning message when old config name fail_over_on_backend_error
is used instead of failover_on_backend_error,
Using the old config variable name will have no effect.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/examples.sgml                 |  2 +-
doc/src/sgml/failover.sgml                 | 16 +++++++++++-----
doc/src/sgml/healthcheck.sgml              |  2 +-
doc/src/sgml/release-3.6.sgml              | 22 +++++++++++-----------
src/config/pool_config_variables.c         | 27 ++++++++++++++++++++++++++-
src/include/pool_config.h                  |  2 +-
src/protocol/pool_connection_pool.c        |  8 ++++----
src/sample/pgpool.conf.sample              |  2 +-
src/sample/pgpool.conf.sample-logical      |  2 +-
src/sample/pgpool.conf.sample-master-slave |  2 +-
src/sample/pgpool.conf.sample-replication  |  2 +-
src/sample/pgpool.conf.sample-stream       |  2 +-
src/utils/pool_process_reporting.c         |  6 +++---
src/utils/pool_stream.c                    | 20 ++++++++++----------
src/watchdog/watchdog.c                    |  2 +-
src/watchdog/wd_json_data.c                |  4 ++--
16 files changed, 76 insertions(+), 45 deletions(-)



More information about the pgpool-committers mailing list