projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c86013
)
Fix mispeling ...
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 07:25:39 +0000
(07:25 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 07:25:39 +0000
(07:25 +0000)
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index b385c39e7bc9b5bfc585aa7a87b7188bdf1a3b99..83f5e5ea3c6a631bf838a0b07a081defa5291aaf 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-2439,7
+2439,7
@@
StartupXLOG(void)
str_time(ControlFile->time));
else if (ControlFile->state == DB_IN_RECOVERY)
elog(LOG, "database system was interrupted being in recovery at %s\n"
- "\tThis pro
p
ably means that some data blocks are corrupted\n"
+ "\tThis pro
b
ably means that some data blocks are corrupted\n"
"\tand you will have to use the last backup for recovery.",
str_time(ControlFile->time));
else if (ControlFile->state == DB_IN_PRODUCTION)