comment fix in postmaster.c

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: comment fix in postmaster.c
Date: 2021-03-16 07:51:41
Message-ID: 20210316.165141.1400441966284654043.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
postmaster_comment_fix.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2021-03-16 08:10:28 Re: fdatasync performance problem with large number of DB files
Previous Message Kyotaro Horiguchi 2021-03-16 07:44:38 Re: shared-memory based stats collector