[pgpool-committers: 485] pgpool: Add 'wd_hostname' parameter in the pgpool.conf.

at.mitani at.mitani at gmail.com
Thu Jul 12 00:37:29 JST 2012


Add 'wd_hostname' parameter in the pgpool.conf.
Add check return value of wd_main() in main.c.
Add check effective user id before startup wd_main().

Branch
------
feature/watchdog

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=13661d0ceb56a966a4f98b4e2267ed085dbb0092

Modified Files
--------------
doc/wd-en.html                  |    7 +++++
doc/wd-ja.html                  |    7 +++++
main.c                          |   17 ++++++++++++-
pgpool.conf                     |    2 +
pgpool.conf.sample              |    2 +
pgpool.conf.sample-master-slave |    2 +
pgpool.conf.sample-replication  |    2 +
pgpool.conf.sample-stream       |    2 +
pool_config.c                   |   52 ++++++++++++++++++++++++++++++++------
pool_config.h                   |    1 +
pool_config.l                   |   52 ++++++++++++++++++++++++++++++++------
watchdog/wd_init.c              |    2 +-
watchdog/wd_packet.c            |    2 +-
13 files changed, 129 insertions(+), 21 deletions(-)



More information about the pgpool-committers mailing list