[pgpool-committers: 2375] pgpool: Rename parameter name from ifconfig_path to if_cmd_path
Yugo Nagata
nagata at sraoss.co.jp
Fri Dec 26 18:41:14 JST 2014
Rename parameter name from ifconfig_path to if_cmd_path
ifconfig_path isn't appropriate for the parameter name because
ifconfig command is obsolete and now ip command is used as default.
In addition, other command than ip might be used, for example
AWS API. So more gerenal name if_cmd_path is better.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bdeba5f620648d43c90814d8097c8d9cb4363b07
Modified Files
--------------
doc/pgpool-en.html | 6 +++---
doc/pgpool-ja.html | 6 +++---
src/config/pool_config.c | 10 +++++-----
src/config/pool_config.l | 10 +++++-----
src/include/pool_config.h | 2 +-
src/sample/pgpool.conf.sample | 4 ++--
src/sample/pgpool.conf.sample-master-slave | 4 ++--
src/sample/pgpool.conf.sample-replication | 4 ++--
src/sample/pgpool.conf.sample-stream | 4 ++--
src/tools/pgmd5/pool_config.c | 10 +++++-----
src/utils/pool_process_reporting.c | 6 +++---
src/watchdog/watchdog.c | 10 +++++-----
src/watchdog/wd_if.c | 28 ++++++++++++++--------------
13 files changed, 52 insertions(+), 52 deletions(-)
More information about the pgpool-committers
mailing list