Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f7a2fa

Browse files
committed
Fix typo in message.
1 parent bb9ec59 commit 4f7a2fa

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
}

0 commit comments

Comments
 (0)