File tree 1 file changed +2
-2
lines changed
src/backend/access/transam
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 not from read 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
goto next_record_is_invalid ;
1968
1968
}
You can’t perform that action at this time.
0 commit comments