Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cd046c

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 RupireddyDiscussion:https://postgr.es/m/CALj2ACX99ghPmm1M_O4r4g+YsXFjCn=qF7PeDXntLwMpht_Gdg@mail.gmail.com
1 parentec21779 commit4cd046c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/storage/ipc/procsignal.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static bool ProcessBarrierPlaceholder(void);
105105

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

120120
/*
121121
* ProcSignalShmemInit
122-
*Allocate and initializeprocsignal's shared memory
122+
*Allocate and initializeProcSignal'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 theprocsignal array
155+
*Register the current process in theProcSignal 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)

[8]ページ先頭

©2009-2025 Movatter.jp