mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix silly typo in code, which broke the check for reaching consistency.
This commit is contained in:
parent
bd61a623ac
commit
4ffd589f44
1 changed files with 1 additions and 1 deletions
|
|
@ -5702,7 +5702,7 @@ StartupXLOG(void)
|
|||
xlogctl->replayEndRecPtr = ReadRecPtr;
|
||||
xlogctl->replayEndTLI = ThisTimeLineID;
|
||||
xlogctl->lastReplayedEndRecPtr = EndRecPtr;
|
||||
xlogctl->lastReplayedEndRecPtr = ThisTimeLineID;
|
||||
xlogctl->lastReplayedTLI = ThisTimeLineID;
|
||||
xlogctl->recoveryLastXTime = 0;
|
||||
xlogctl->currentChunkStartTime = 0;
|
||||
xlogctl->recoveryPause = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue