|
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.69 2001/06/06 17:07:38 tgl Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.70 2001/06/21 19:45:45 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1342,7 +1342,7 @@ XLogFileInit(uint32 log, uint32 seg,
|
1342 | 1342 | /* if write didn't set errno, assume problem is no disk space */
|
1343 | 1343 | errno=save_errno ?save_errno :ENOSPC;
|
1344 | 1344 |
|
1345 |
| -elog(STOP,"ZeroFill failed tocreate orwrite %s: %m",tmppath); |
| 1345 | +elog(STOP,"ZeroFill failed to write %s: %m",tmppath); |
1346 | 1346 | }
|
1347 | 1347 | }
|
1348 | 1348 |
|
|