diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-02 21:59:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-02 21:59:31 +0000 |
commit | a2e038fbeef06b2b7fbd2028c04b63e659e4c58e (patch) | |
tree | bf383c9c1267a287b358174b6726d3269f567590 /src/backend/storage | |
parent | fb1f7ccec58d49f7b011fa16cf7dcfa15f9d3bd8 (diff) | |
download | postgresql-a2e038fbeef06b2b7fbd2028c04b63e659e4c58e.tar.gz postgresql-a2e038fbeef06b2b7fbd2028c04b63e659e4c58e.zip |
Back out last commit --- wrong patch.
Diffstat (limited to 'src/backend/storage')
-rw-r--r-- | src/backend/storage/ipc/ipci.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index 094f3c145a2..ae27a3ce401 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.50 2003/05/02 21:52:42 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.51 2003/05/02 21:59:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -134,16 +134,3 @@ CreateSharedMemoryAndSemaphores(bool makePrivate, */ PMSignalInit(); } - - -/* - * AttachSharedMemoryAndSemaphores - * Attaches to the existing shared resources when exec()'d off - * by the postmaster. - */ -void -AttachSharedMemoryAndSemaphores(void) -{ - CLOGShmemInit(); -} - |