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

Commitbc52046

Browse files
committed
Do not wait for the next segment
1 parent1ff9059 commitbc52046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/parsexlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,8 @@ XLogThreadWorker(void *arg)
11911191
* Consider thread_arg->endSegNo and thread_arg->endpoint only if
11921192
* they are valid.
11931193
*/
1194-
xlogreader->ReadRecPtr==thread_arg->endpoint&&
1195-
nextSegNo>thread_arg->endSegNo)
1194+
xlogreader->ReadRecPtr>=thread_arg->endpoint&&
1195+
nextSegNo >=thread_arg->endSegNo)
11961196
break;
11971197
}
11981198

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp