[pgpool-committers: 931] pgpool: Add new watchdog mode using	heartbeat signal of udp packet in	l
    Yugo Nagata 
    nagata at sraoss.co.jp
       
    Fri Apr 26 21:21:43 JST 2013
    
    
  
Add new watchdog mode using heartbeat signal of udp packet in lifecheck
Branches
--------
feature/watchdog_for_v3_3
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a9db38b33971bf6c47391549be169d72fe3123dd
Modified Files
--------------
pool_config.c           | 1597 +++++++++++++++++++++++------------------------
pool_config.h           |    9 +
pool_config.l           |  150 +++++-
watchdog/Makefile.am    |    3 +-
watchdog/watchdog.c     |   64 ++-
watchdog/watchdog.h     |   45 ++-
watchdog/wd_child.c     |    3 +
watchdog/wd_ext.h       |   10 +-
watchdog/wd_if.c        |    1 +
watchdog/wd_init.c      |   25 +-
watchdog/wd_lifecheck.c |  259 ++++++--
watchdog/wd_list.c      |   28 +-
watchdog/wd_packet.c    |   24 +-
watchdog/wd_udp.c       |  527 ++++++++++++++++
14 files changed, 1817 insertions(+), 928 deletions(-)
    
    
More information about the pgpool-committers
mailing list