We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90b841 commit aaafbdcCopy full SHA for aaafbdc
src/backend/storage/ipc/ipci.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.56 2003/08/04 02:40:03 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.57 2003/09/12 02:13:23 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -138,8 +138,7 @@ CreateSharedMemoryAndSemaphores(bool makePrivate,
138
139
/*
140
* AttachSharedMemoryAndSemaphores
141
- * Attaches to the existing shared resources when exec()'d off
142
- * by the postmaster.
+ * Attaches to the existing shared resources.
143
144
void
145
AttachSharedMemoryAndSemaphores(void)
0 commit comments