1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Make some messages more consistent

This commit is contained in:
Peter Eisentraut
2007-05-31 15:13:06 +00:00
parent 54af876593
commit 7ce9b3683e
10 changed files with 26 additions and 26 deletions

View File

@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.45 2007/03/22 19:51:44 tgl Exp $
* $PostgreSQL: pgsql/src/backend/commands/tablespace.c,v 1.46 2007/05/31 15:13:02 petere Exp $
*
*-------------------------------------------------------------------------
*/
@ -570,7 +570,7 @@ remove_tablespace_directories(Oid tablespaceoid, bool redo)
if (rmdir(subfile) < 0)
ereport(ERROR,
(errcode_for_file_access(),
errmsg("could not delete directory \"%s\": %m",
errmsg("could not remove directory \"%s\": %m",
subfile)));
pfree(subfile);