|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1334,7 +1334,7 @@ XLogFileInit(uint32 log, uint32 seg,
|
1334 | 1334 | unlink(tmppath);
|
1335 | 1335 | errno=save_errno;
|
1336 | 1336 |
|
1337 |
| -elog(STOP,"ZeroFill(%s) failed: %m",tmppath); |
| 1337 | +elog(STOP,"ZeroFill failed to create or write %s: %m",tmppath); |
1338 | 1338 | }
|
1339 | 1339 | }
|
1340 | 1340 |
|
|