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

Commited92bec

Browse files
committed
Simplify missing tablespace replay error hint message, but only in HEAD
so we don't need to re-translate for 9.0.
1 parent3ec694e commited92bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/commands/tablespace.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
*
4242
* IDENTIFICATION
43-
* $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.76 2010/07/06 19:18:56 momjian Exp $
43+
* $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.77 2010/07/18 04:47:46 momjian Exp $
4444
*
4545
*-------------------------------------------------------------------------
4646
*/
@@ -553,8 +553,8 @@ create_tablespace_directories(const char *location, const Oid tablespaceoid)
553553
ereport(ERROR,
554554
(errcode(ERRCODE_UNDEFINED_FILE),
555555
errmsg("directory \"%s\" does not exist",location),
556-
InRecovery ?errhint("Create directory\"%s\"forthis tablespace before "
557-
"restarting the server.",location):0));
556+
InRecovery ?errhint("Createthisdirectory forthe tablespace before "
557+
"restarting the server."):0));
558558
else
559559
ereport(ERROR,
560560
(errcode_for_file_access(),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp