Skip to content

Commit 2102bb6

Browse files
committed
Add comments for changes in BitmapAdjustPrefetch* functions
1 parent 8ac7051 commit 2102bb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/executor/nodeBitmapHeapscan.c

+2
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ BitmapAdjustPrefetchIterator(BitmapHeapScanState *node,
369369
#ifdef USE_PREFETCH
370370
TBMIterator *prefetch_iterator = node->prefetch_iterator;
371371

372+
/* NEON: we are not using prefetch iterator for parallel plan so no need to adjust it */
372373
if (node->pstate != NULL)
373374
return;
374375

@@ -400,6 +401,7 @@ static inline void
400401
BitmapAdjustPrefetchTarget(BitmapHeapScanState *node)
401402
{
402403
#ifdef USE_PREFETCH
404+
/* NEON: we are not using prefetch iterator for parallel plan so no need to adjust it */
403405
if (node->pstate != NULL)
404406
return;
405407

0 commit comments

Comments
 (0)