[pgpool-committers: 2860] pgpool: code cleanup for watchdog.

Muhammad Usama m.usama at gmail.com
Tue Dec 8 00:25:57 JST 2015


code cleanup for watchdog.

Branch
------
master

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

Modified Files
--------------
doc/pgpool-en.html                     |    3 +-
src/include/watchdog/watchdog.h        |   25 +-
src/include/watchdog/wd_ipc_commands.h |    2 +-
src/include/watchdog/wd_ipc_defines.h  |   18 +-
src/main/pgpool_main.c                 |    2 +-
src/tools/pcp/pcp_frontend_client.c    |    4 +-
src/watchdog/watchdog.c                |  228 +-----------------
src/watchdog/wd_commands.c             |  132 +++++------
src/watchdog/wd_escalation.c           |   44 ++--
src/watchdog/wd_interlock.c            |  150 ------------
src/watchdog/wd_lifecheck.c            |   15 +-
src/watchdog/wd_list.c                 |  403 --------------------------------
src/watchdog/wd_ping.c                 |    1 -
13 files changed, 113 insertions(+), 914 deletions(-)



More information about the pgpool-committers mailing list