projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e14fa
)
Small cleanup.
author
Bruce Momjian
Tue, 8 May 2001 19:00:26 +0000
(19:00 +0000)
committer
Bruce Momjian
Tue, 8 May 2001 19:00:26 +0000
(19:00 +0000)
src/backend/storage/ipc/ipc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/ipc.c
b/src/backend/storage/ipc/ipc.c
index 4d7fe72d28aa1ea33693fcbf109413e76af71a1c..2d2a0b252356c1d8823afb2753f10f98b830d292 100644
(file)
--- 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.6
6 2001/03/23 04:49:54
momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.6
7 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,