Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d8c81a

Browse files
committed
Fix silly bug in previous refactoring.
I extracted the refactoring patch from a larger patch that contained otherchanges too, but missed one unintentional change and didn't test enough...
1 parentff8f160 commit2d8c81a

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)

[8]ページ先頭

©2009-2025 Movatter.jp