diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-12 02:13:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-12 02:13:23 +0000 |
commit | aaafbdcfd30a1513f35fb8741f7a05acd66b9f80 (patch) | |
tree | c4abb8c089f177a267c51d43afbd720762cc5159 /src | |
parent | e90b841915b5ea295af4c3863ddcf834c85a82f6 (diff) | |
download | postgresql-aaafbdcfd30a1513f35fb8741f7a05acd66b9f80.tar.gz postgresql-aaafbdcfd30a1513f35fb8741f7a05acd66b9f80.zip |
Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/ipc/ipci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index f1d08ce3d84..7ffe9901a2f 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) |