Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4f7a2fa

Browse files
committed
Fix typo in message.
1 parentbb9ec59 commit4f7a2fa

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 notfromread 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
gotonext_record_is_invalid;
19681968
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp