|
7 | 7 | * Portions Copyright (c) 1996-2003, 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.124 2003/09/26 15:27:19 petere Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.125 2003/09/27 18:16:35 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1962,7 +1962,7 @@ got_record:;
|
1962 | 1962 | {
|
1963 | 1963 | ereport(emode,
|
1964 | 1964 | (errcode_for_file_access(),
|
1965 |
| -errmsg("could notfromread log file %u, segment %u, offset %u: %m", |
| 1965 | +errmsg("could not read from log file %u, segment %u, offset %u: %m", |
1966 | 1966 | readId,readSeg,readOff)));
|
1967 | 1967 | gotonext_record_is_invalid;
|
1968 | 1968 | }
|
|