[pgpool-committers: 2395] pgpool: Restore SIGCHLD handler to its original after executing if_up/d

Yugo Nagata nagata at sraoss.co.jp
Wed Jan 7 16:51:07 JST 2015


Restore SIGCHLD handler to its original after executing if_up/down_cmd

Previously SIGCHLD was set to SIGIGN always after if_up/down_cmd.
This led to a incorrect error handling of ping or other commands
execution, and warning messages were output to log even when the
command exited successfully.

Branch
------
master

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

Modified Files
--------------
src/watchdog/wd_if.c |    9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list