Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fbc4edf

Browse files
committed
Mention ipcrm and ipcclean in error message.
1 parent b3e798d commit fbc4edf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/utils/init/miscinit.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.140 2005/06/07 01:36:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.141 2005/06/07 16:54:18 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -648,7 +648,8 @@ CreateLockFile(const char *filename, bool amPostmaster,
648648
errhint("If you're sure there are no old "
649649
"server processes still running, remove "
650650
"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\".",
652653
filename)));
653654
}
654655
}

0 commit comments

Comments
 (0)