Content-Length: 259493 | pFad | http://github.com/postgrespro/postgres/commit/4ffd589f44b8687cee1714c5c63f03487b2ae570

3B Fix silly typo in code, which broke the check for reaching consistency. · postgrespro/postgres@4ffd589 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4ffd589f44b8687cee1714c5c63f03487b2ae570

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy