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

Commit28c3cd5

Browse files
committed
Fix typo in comment.
1 parentc76ed81 commit28c3cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/sysv_shmem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.48 2007/01/05 22:19:35 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/port/sysv_shmem.c,v 1.49 2007/02/06 16:20:23 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -203,7 +203,7 @@ PGSharedMemoryIsInUse(unsigned long id1, unsigned long id2)
203203

204204
/*
205205
* We detect whether a shared memory segment is in use by seeing whether
206-
* it (a) exists and (b) has any processesareattached to it.
206+
* it (a) exists and (b) has any processes attached to it.
207207
*/
208208
if (shmctl(shmId,IPC_STAT,&shmStat)<0)
209209
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp