Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfbc4edf

Browse files
committed
Mention ipcrm and ipcclean in error message.
1 parentb3e798d commitfbc4edf

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/0701:36:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/init/miscinit.c,v 1.141 2005/06/0716: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)

[8]ページ先頭

©2009-2025 Movatter.jp