*** pgsql/src/backend/commands/tablespace.c 2010/07/06 19:18:56 1.76 --- pgsql/src/backend/commands/tablespace.c 2010/07/18 04:47:46 1.77 *************** *** 40,46 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.75 2010/07/02 02:44:32 momjian Exp $ * *------------------------------------------------------------------------- */ --- 40,46 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.76 2010/07/06 19:18:56 momjian Exp $ * *------------------------------------------------------------------------- */ *************** create_tablespace_directories(const char *** 553,560 **** ereport(ERROR, (errcode(ERRCODE_UNDEFINED_FILE), errmsg("directory \"%s\" does not exist", location), ! InRecovery ? errhint("Create directory \"%s\" for this tablespace before " ! "restarting the server.", location) : 0)); else ereport(ERROR, (errcode_for_file_access(), --- 553,560 ---- ereport(ERROR, (errcode(ERRCODE_UNDEFINED_FILE), errmsg("directory \"%s\" does not exist", location), ! InRecovery ? errhint("Create this directory for the tablespace before " ! "restarting the server."): 0)); else ereport(ERROR, (errcode_for_file_access(),