Skip to content

Commit 2d8c81a

Browse files
committed
Fix silly bug in previous refactoring.
I extracted the refactoring patch from a larger patch that contained other changes too, but missed one unintentional change and didn't test enough...
1 parent ff8f160 commit 2d8c81a

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
@@ -9499,7 +9499,7 @@ WaitForWALToBecomeAvailable(XLogRecPtr RecPtr, bool randAccess,
94999499
if (readFile < 0)
95009500
{
95019501
readFile = XLogFileRead(readSegNo, PANIC,
9502-
curFileTLI,
9502+
recoveryTargetTLI,
95039503
XLOG_FROM_STREAM, false);
95049504
Assert(readFile >= 0);
95059505
}

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