[pgpool-committers: 8559] pgpool: Attempt to fix buildfarm timeout	error.
    Tatsuo Ishii 
    ishii at sraoss.co.jp
       
    Thu Apr 21 15:28:25 JST 2022
    
    
  
Attempt to fix buildfarm timeout error.
After inspecting the buildfarm log, I noticed it seems as if terminate
signal was ignored.  My theory is system(3), which is used in
trigger_failover() ignores SIGINT and SIGQUIT.  To deal with this,
check the return value of system(3) to determine whether signal was
sent while executing system(3). If so, call exit_handler after
failover.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=480c0ce0b76828428fd4823160012bb44d5eb53f
Modified Files
--------------
src/main/pgpool_main.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
    
    
More information about the pgpool-committers
mailing list