Skip to content

Commit ed92bec

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 parent 3ec694e commit ed92bec

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\" for this tablespace before "
557-
"restarting the server.", location) : 0));
556+
InRecovery ? errhint("Create this directory for the tablespace before "
557+
"restarting the server."): 0));
558558
else
559559
ereport(ERROR,
560560
(errcode_for_file_access(),

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