The surroundings in procsignal.c prefer using "ProcSignal" rather than
"procsignal".
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACX99ghPmm1M_O4r4g+YsXFjCn=qF7PeDXntLwMpht_Gdg@mail.gmail.com
/*
* ProcSignalShmemSize
- * Compute space needed for procsignal's shared memory
+ * Compute space needed for ProcSignal's shared memory
*/
Size
ProcSignalShmemSize(void)
/*
* ProcSignalShmemInit
- * Allocate and initialize procsignal's shared memory
+ * Allocate and initialize ProcSignal's shared memory
*/
void
ProcSignalShmemInit(void)
/*
* ProcSignalInit
- * Register the current process in the procsignal array
+ * Register the current process in the ProcSignal array
*
* The passed index should be my BackendId if the process has one,
* or MaxBackends + aux process type if not.