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

Commita9a7949

Browse files
committed
Fix thinko in BitmapAdjustPrefetchIterator.
Dilip KumarDiscussion:http://postgr.es/m/CAFiTN-uKAvRhWprb0i-U9zFOekgQRRwqjP1wvOBsKZb-UEKbug@mail.gmail.com
1 parentd1f103c commita9a7949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/nodeBitmapHeapscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ BitmapAdjustPrefetchIterator(BitmapHeapScanState *node,
494494
SpinLockAcquire(&pstate->mutex);
495495
if (pstate->prefetch_pages>0)
496496
{
497-
node->prefetch_pages--;
497+
pstate->prefetch_pages--;
498498
SpinLockRelease(&pstate->mutex);
499499
}
500500
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp