[pgpool-committers: 409] pgpool: Comment out following line:
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Wed Jun 13 18:17:31 JST 2012
    
    
  
Comment out following line:
	kill(watchdog_pid, sig);
This causes inifinite loop of signal sending and produces core.
When following error occurs:
2012-06-13 18:10:16 ERROR: pid 29972: wd_check_config failed
watchdog_pid is set to 0, which means myself and causes sending
infinite signal.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fe0e52cd88778b97e9035f6b9c01ae759f1a62ff
Modified Files
--------------
main.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
    
    
More information about the pgpool-committers
mailing list