|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.56 2003/08/04 02:40:03 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.57 2003/09/12 02:13:23 momjian Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -138,8 +138,7 @@ CreateSharedMemoryAndSemaphores(bool makePrivate, |
138 | 138 |
|
139 | 139 | /* |
140 | 140 | * AttachSharedMemoryAndSemaphores |
141 | | - *Attaches to the existing shared resources when exec()'d off |
142 | | - *by the postmaster. |
| 141 | + *Attaches to the existing shared resources. |
143 | 142 | */ |
144 | 143 | void |
145 | 144 | AttachSharedMemoryAndSemaphores(void) |
|