Skip to content

Commit 4cd046c

Browse files
committed
Make some comments use the term "ProcSignal" for consistency
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
1 parent ec21779 commit 4cd046c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/storage/ipc/procsignal.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static bool ProcessBarrierPlaceholder(void);
105105

106106
/*
107107
* ProcSignalShmemSize
108-
* Compute space needed for procsignal's shared memory
108+
* Compute space needed for ProcSignal's shared memory
109109
*/
110110
Size
111111
ProcSignalShmemSize(void)
@@ -119,7 +119,7 @@ ProcSignalShmemSize(void)
119119

120120
/*
121121
* ProcSignalShmemInit
122-
* Allocate and initialize procsignal's shared memory
122+
* Allocate and initialize ProcSignal's shared memory
123123
*/
124124
void
125125
ProcSignalShmemInit(void)
@@ -152,7 +152,7 @@ ProcSignalShmemInit(void)
152152

153153
/*
154154
* ProcSignalInit
155-
* Register the current process in the procsignal array
155+
* Register the current process in the ProcSignal array
156156
*
157157
* The passed index should be my BackendId if the process has one,
158158
* or MaxBackends + aux process type if not.

0 commit comments

Comments
 (0)