Skip to content

Commit 695e575

Browse files
committed
Tweak error message.
1 parent bcde8ea commit 695e575

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.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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1342,7 +1342,7 @@ XLogFileInit(uint32 log, uint32 seg,
13421342
/* if write didn't set errno, assume problem is no disk space */
13431343
errno = save_errno ? save_errno : ENOSPC;
13441344

1345-
elog(STOP, "ZeroFill failed to create or write %s: %m", tmppath);
1345+
elog(STOP, "ZeroFill failed to write %s: %m", tmppath);
13461346
}
13471347
}
13481348

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy