]> granicus.if.org Git - postgresql/commitdiff
Fix typo in message.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 18:16:35 +0000 (18:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 18:16:35 +0000 (18:16 +0000)
src/backend/access/transam/xlog.c

index 282ea7058dcb8521e7f3bad4d0e0eaf4883fc07a..f9c202f702308b733fcdf27c23900c0360e791e6 100644 (file)
@@ -7,7 +7,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/xlog.c,v 1.124 2003/09/26 15:27:19 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.125 2003/09/27 18:16:35 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1962,7 +1962,7 @@ got_record:;
                        {
                                ereport(emode,
                                                (errcode_for_file_access(),
-                                                errmsg("could not from read log file %u, segment %u, offset %u: %m",
+                                                errmsg("could not read from log file %u, segment %u, offset %u: %m",
                                                                readId, readSeg, readOff)));
                                goto next_record_is_invalid;
                        }