File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
* Portions Copyright (c) 1994, Regents of the University of California
11
11
*
12
12
* 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 $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -203,7 +203,7 @@ PGSharedMemoryIsInUse(unsigned long id1, unsigned long id2)
203
203
204
204
/*
205
205
* We detect whether a shared memory segment is in use by seeing whether
206
- * it (a) exists and (b) has any processes are attached to it.
206
+ * it (a) exists and (b) has any processes attached to it.
207
207
*/
208
208
if (shmctl (shmId , IPC_STAT , & shmStat ) < 0 )
209
209
{
You can’t perform that action at this time.
0 commit comments