Skip to content

Commit 4ffd589

Browse files
committed
Fix silly typo in code, which broke the check for reaching consistency.
1 parent bd61a62 commit 4ffd589

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5702,7 +5702,7 @@ StartupXLOG(void)
57025702
xlogctl->replayEndRecPtr = ReadRecPtr;
57035703
xlogctl->replayEndTLI = ThisTimeLineID;
57045704
xlogctl->lastReplayedEndRecPtr = EndRecPtr;
5705-
xlogctl->lastReplayedEndRecPtr = ThisTimeLineID;
5705+
xlogctl->lastReplayedTLI = ThisTimeLineID;
57065706
xlogctl->recoveryLastXTime = 0;
57075707
xlogctl->currentChunkStartTime = 0;
57085708
xlogctl->recoveryPause = false;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy