]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Mention ipcrm and ipcclean in error message.
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Jun 2005 16:54:18 +0000 (16:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Jun 2005 16:54:18 +0000 (16:54 +0000)
src/backend/utils/init/miscinit.c

index d538b221e45414d6144518acc2abefb277099bc8..70df3c4356399f1890d186dbf023ddb5c7a897ab 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.140 2005/06/07 01:36:40 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.141 2005/06/07 16:54:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -648,7 +648,8 @@ CreateLockFile(const char *filename, bool amPostmaster,
                                                           errhint("If you're sure there are no old "
                                                                "server processes still running, remove "
                                                                           "the shared memory block with "
-                                                                          "the command \"ipcclean\", or just delete the file \"%s\".",
+                                                                               "the command \"ipcclean\", \"ipcrm\", "
+                                                                               "or just delete the file \"%s\".",
                                                                           filename)));
                                }
                        }