summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-09-04 00:22:34 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-09-04 00:22:34 +0000
commit3c59a9e3b7050c6853e907ba28242059bb626790 (patch)
tree8c0af6ff61e7b8f68262b41c8a66d0540881ac04 /src/backend/storage/ipc/ipc.c
parent309401a7b67c18e39e98195cd5e08c74561abc51 (diff)
Bring references to ipcclean in sync with reality.
Diffstat (limited to 'src/backend/storage/ipc/ipc.c')
-rw-r--r--src/backend/storage/ipc/ipc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/backend/storage/ipc/ipc.c b/src/backend/storage/ipc/ipc.c
index 2d2a0b25235..b5871a5e097 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.67 2001/05/08 19:00:26 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.68 2001/09/04 00:22:34 petere Exp $
*
* NOTES
*
@@ -596,9 +596,8 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, uint32 size, int permission)
"2. The requested shared memory segment was too small for your system.\n"
" You need to lower the SHMMIN parameter in your kernel.\n\n"
"3. The requested shared memory segment already exists but is of the\n"
- " wrong size. This is most likely the case if an old version of\n"
- " PostgreSQL crashed and didn't clean up. The `ipcclean' utility\n"
- " can be used to remedy this.\n\n"
+ " wrong size. This can occur if some other application on your system\n"
+ " is also using shared memory.\n\n"
"The PostgreSQL Administrator's Guide contains more information about\n"
"shared memory configuration.\n\n",
size);