|
40 | 40 | * |
41 | 41 | * |
42 | 42 | * 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 $ |
44 | 44 | * |
45 | 45 | *------------------------------------------------------------------------- |
46 | 46 | */ |
@@ -553,8 +553,8 @@ create_tablespace_directories(const char *location, const Oid tablespaceoid) |
553 | 553 | ereport(ERROR, |
554 | 554 | (errcode(ERRCODE_UNDEFINED_FILE), |
555 | 555 | 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)); |
558 | 558 | else |
559 | 559 | ereport(ERROR, |
560 | 560 | (errcode_for_file_access(), |
|