Re: comment fix in postmaster.c

2021-03-18 Thread Fujii Masao
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

Re: comment fix in postmaster.c

2021-03-16 Thread Fujii Masao
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 se

comment fix in postmaster.c

2021-03-16 Thread Kyotaro Horiguchi
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 cor