Skip to content

Commit aaafbdc

Browse files
committed
Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment.
1 parent e90b841 commit aaafbdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/storage/ipc/ipci.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -138,8 +138,7 @@ CreateSharedMemoryAndSemaphores(bool makePrivate,
138138

139139
/*
140140
* AttachSharedMemoryAndSemaphores
141-
* Attaches to the existing shared resources when exec()'d off
142-
* by the postmaster.
141+
* Attaches to the existing shared resources.
143142
*/
144143
void
145144
AttachSharedMemoryAndSemaphores(void)

0 commit comments

Comments
 (0)