Re: consistently use "ProcSignal" instead of "procsignal" in code comments

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-09T03:51:39Z
Lists: pgsql-hackers

On 2021/11/05 14:52, Bharath Rupireddy wrote:
> Hi,
> 
> I see that "procsignal" and "ProcSignal" are being used in the code
> comments which look inconsistent. IMO, "ProcSignal" is the right word
> to use and let's be consistent across the code comments. Attaching a
> tiny patch for that.
> 
> Thoughts?

I'm fine with this. Barring any objection, I will commit the patch.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Commits

  1. Make some comments use the term "ProcSignal" for consistency