diff options
| author | Tom Lane | 2003-07-28 00:09:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-07-28 00:09:16 +0000 |
| commit | 81b5c8a1364e7d287fb0aaac848f7f84e64b86d3 (patch) | |
| tree | 6ce59b7bf5b0cd674a2b0e906adecdc98a231ddf /src/backend/access/transam | |
| parent | b556e8200e55261cf41de7ce8be4b38b0a062c2b (diff) | |
A visit from the message-style police ...
Diffstat (limited to 'src/backend/access/transam')
| -rw-r--r-- | src/backend/access/transam/slru.c | 4 | ||||
| -rw-r--r-- | src/backend/access/transam/xlog.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/access/transam/slru.c b/src/backend/access/transam/slru.c index 31d668b608c..5129dd3c7e5 100644 --- a/src/backend/access/transam/slru.c +++ b/src/backend/access/transam/slru.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/backend/access/transam/slru.c,v 1.2 2003/07/19 21:37:37 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/transam/slru.c,v 1.3 2003/07/28 00:09:14 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -811,7 +811,7 @@ restart:; { LWLockRelease(ctl->locks->ControlLock); ereport(LOG, - (errmsg("unable to truncate \"%s\": apparent wraparound", + (errmsg("could not truncate \"%s\": apparent wraparound", ctl->Dir))); return; } diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 50fa1125bee..0ceb8951cbe 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.119 2003/07/21 20:29:39 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.120 2003/07/28 00:09:14 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -2642,7 +2642,7 @@ StartupXLOG(void) } else ereport(PANIC, - (errmsg("unable to locate a valid checkpoint record"))); + (errmsg("could not locate a valid checkpoint record"))); } LastRec = RecPtr = checkPointLoc; memcpy(&checkPoint, XLogRecGetData(record), sizeof(CheckPoint)); |
