File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2003, 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.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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -1962,7 +1962,7 @@ got_record:;
19621962 {
19631963 ereport (emode ,
19641964 (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" ,
19661966 readId , readSeg , readOff )));
19671967 goto next_record_is_invalid ;
19681968 }
You can’t perform that action at this time.
0 commit comments