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

Lines changed: 3 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy