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

Commitf08245c

Browse files
committed
I found the answer to this: the partition had filled up, and so the problem
was lack of disk space.Oliver Elphick
1 parentefcecd9 commitf08245c

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.65 2001/04/05 16:55:21 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.66 2001/05/22 16:52:49 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1334,7 +1334,7 @@ XLogFileInit(uint32 log, uint32 seg,
13341334
unlink(tmppath);
13351335
errno=save_errno;
13361336

1337-
elog(STOP,"ZeroFill(%s) failed: %m",tmppath);
1337+
elog(STOP,"ZeroFill failed to create or write %s: %m",tmppath);
13381338
}
13391339
}
13401340

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp