projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd61a62
)
Fix silly typo in code, which broke the check for reaching consistency.
author
Heikki Linnakangas
Wed, 2 Jan 2013 11:42:15 +0000
(13:42 +0200)
committer
Heikki Linnakangas
Wed, 2 Jan 2013 11:44:59 +0000
(13:44 +0200)
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 e730427d3ef5431e2caeb734f03c7e6a6c11fc7a..b43412d605a8856d53c001139ed0344c1a12a28e 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-5702,7
+5702,7
@@
StartupXLOG(void)
xlogctl->replayEndRecPtr = ReadRecPtr;
xlogctl->replayEndTLI = ThisTimeLineID;
xlogctl->lastReplayedEndRecPtr = EndRecPtr;
- xlogctl->lastReplayed
EndRecPtr
= ThisTimeLineID;
+ xlogctl->lastReplayed
TLI
= ThisTimeLineID;
xlogctl->recoveryLastXTime = 0;
xlogctl->currentChunkStartTime = 0;
xlogctl->recoveryPause = false;