1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Remove ipcclean utility command --- didn't work on all Unixes and on

Windows.  Users should use their operating system tools instead.
This commit is contained in:
Bruce Momjian
2008-03-27 17:24:16 +00:00
parent fe11719c2e
commit 39627b1ae6
7 changed files with 6 additions and 227 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.166 2008/01/03 21:23:15 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.167 2008/03/27 17:24:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -841,8 +841,7 @@ CreateLockFile(const char *filename, bool amPostmaster,
id1, id2),
errhint("If you're sure there are no old "
"server processes still running, remove "
"the shared memory block with "
"the command \"ipcclean\", \"ipcrm\", "
"the shared memory block "
"or just delete the file \"%s\".",
filename)));
}