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

Commitaed0c29

Browse files
committed
Fix mispeling ...
1 parentcb85a62 commitaed0c29

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-2001, 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.83 2001/12/19 19:42:51 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.84 2001/12/23 07:25:39 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2439,7 +2439,7 @@ StartupXLOG(void)
24392439
str_time(ControlFile->time));
24402440
elseif (ControlFile->state==DB_IN_RECOVERY)
24412441
elog(LOG,"database system was interrupted being in recovery at %s\n"
2442-
"\tThispropably means that some data blocks are corrupted\n"
2442+
"\tThisprobably means that some data blocks are corrupted\n"
24432443
"\tand you will have to use the last backup for recovery.",
24442444
str_time(ControlFile->time));
24452445
elseif (ControlFile->state==DB_IN_PRODUCTION)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp