|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.140 2005/06/0701:36:40 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.141 2005/06/0716:54:18 momjian Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -648,7 +648,8 @@ CreateLockFile(const char *filename, bool amPostmaster, |
648 | 648 | errhint("If you're sure there are no old " |
649 | 649 | "server processes still running, remove " |
650 | 650 | "the shared memory block with " |
651 | | -"the command \"ipcclean\", or just delete the file \"%s\".", |
| 651 | +"the command \"ipcclean\", \"ipcrm\", " |
| 652 | +"or just delete the file \"%s\".", |
652 | 653 | filename))); |
653 | 654 | } |
654 | 655 | } |
|