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 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 processes are attached to it.
206+ * it (a) exists and (b) has any processes attached to it.
207207 */
208208 if (shmctl (shmId , IPC_STAT , & shmStat ) < 0 )
209209 {
You can’t perform that action at this time.
0 commit comments