From: Bruce Momjian Date: Fri, 12 Sep 2003 02:13:23 +0000 (+0000) Subject: Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. X-Git-Tag: REL7_4_BETA3~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaafbdcfd30a1513f35fb8741f7a05acd66b9f80;p=postgresql Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. --- diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index f1d08ce3d8..7ffe9901a2 100644 --- a/src/backend/storage/ipc/ipci.c +++ b/src/backend/storage/ipc/ipci.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $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 $ * *------------------------------------------------------------------------- */ @@ -138,8 +138,7 @@ CreateSharedMemoryAndSemaphores(bool makePrivate, /* * AttachSharedMemoryAndSemaphores - * Attaches to the existing shared resources when exec()'d off - * by the postmaster. + * Attaches to the existing shared resources. */ void AttachSharedMemoryAndSemaphores(void)