aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-08 19:00:26 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-08 19:00:26 +0000
commit82c9ce2c40dc4734171f9b29c3e161ac9189ef0a (patch)
tree4ab4b294939d0c877139924f0b3f28fe3ddc70c0 /src
parent04e14fa3505e72d0aab786bc4026eb14a8e64b74 (diff)
downloadpostgresql-82c9ce2c40dc4734171f9b29c3e161ac9189ef0a.tar.gz
postgresql-82c9ce2c40dc4734171f9b29c3e161ac9189ef0a.zip
Small cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/ipc/ipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipc.c b/src/backend/storage/ipc/ipc.c
index 4d7fe72d28a..2d2a0b25235 100644
--- a/src/backend/storage/ipc/ipc.c
+++ b/src/backend/storage/ipc/ipc.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.66 2001/03/23 04:49:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.67 2001/05/08 19:00:26 momjian Exp $
*
* NOTES
*
@@ -566,7 +566,6 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, uint32 size, int permission)
if (shmid < 0)
{
-
/*
* Fail quietly if error indicates a collision with existing
* segment. One would expect EEXIST, given that we said IPC_EXCL,