Thread

Commits

  1. Fix comments in postmaster.c.

  1. comment fix in postmaster.c

    Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2021-03-16T07:51:41Z

    While I worked on a patch, I noticed a comment that is inconsistent
    with the fact.
    
    > * SIGQUIT is the special signal that says exit without proc_exit
    > * and let the user know what's going on. But if SendStop is set
    > * (-s on command line), then we send SIGSTOP instead, so that we
    > * can get core dumps from all backends by hand.
    
    SendStop is set by "-T" option. It was changed by 86c23a6eb2 from "-s"
    in 2006.
    
    The attaches fixes the comment for the master branch.
    
    regards.
    
    -- 
    Kyotaro Horiguchi
    NTT Open Source Software Center
    
  2. Re: comment fix in postmaster.c

    Fujii Masao <masao.fujii@oss.nttdata.com> — 2021-03-16T09:27:53Z

    
    On 2021/03/16 16:51, Kyotaro Horiguchi wrote:
    > While I worked on a patch, I noticed a comment that is inconsistent
    > with the fact.
    > 
    >> * SIGQUIT is the special signal that says exit without proc_exit
    >> * and let the user know what's going on. But if SendStop is set
    >> * (-s on command line), then we send SIGSTOP instead, so that we
    >> * can get core dumps from all backends by hand.
    > 
    > SendStop is set by "-T" option. It was changed by 86c23a6eb2 from "-s"
    > in 2006.
    > 
    > The attaches fixes the comment for the master branch.
    
    Thanks for the path! LGTM. Barring any objection, I will push the patch.
    
    Regards,
    
    -- 
    Fujii Masao
    Advanced Computing Technology Center
    Research and Development Headquarters
    NTT DATA CORPORATION
    
    
    
    
  3. Re: comment fix in postmaster.c

    Fujii Masao <masao.fujii@oss.nttdata.com> — 2021-03-19T02:31:27Z

    
    On 2021/03/16 18:27, Fujii Masao wrote:
    
    > Thanks for the path! LGTM. Barring any objection, I will push the patch.
    
    Pushed. Thanks!
    
    Regards,
    
    -- 
    Fujii Masao
    Advanced Computing Technology Center
    Research and Development Headquarters
    NTT DATA CORPORATION