diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-27 17:24:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-27 17:24:16 +0000 |
commit | 39627b1ae680cba44f6e56ca5facec4fdbfe9495 (patch) | |
tree | 2cfd20b3135a4907a417e880123367a06cc3bff0 /src/backend/utils/init/miscinit.c | |
parent | fe11719c2e22ed736bdba0409c5f2a00dcfb2a3d (diff) | |
download | postgresql-39627b1ae680cba44f6e56ca5facec4fdbfe9495.tar.gz postgresql-39627b1ae680cba44f6e56ca5facec4fdbfe9495.zip |
Remove ipcclean utility command --- didn't work on all Unixes and on
Windows. Users should use their operating system tools instead.
Diffstat (limited to 'src/backend/utils/init/miscinit.c')
-rw-r--r-- | src/backend/utils/init/miscinit.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/utils/init/miscinit.c b/src/backend/utils/init/miscinit.c index 5a42a8953a7..5369da439b6 100644 --- a/src/backend/utils/init/miscinit.c +++ b/src/backend/utils/init/miscinit.c @@ -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))); } |