Remove extra prefetch iterator setup for Bitmap Table Scan
authorMelanie Plageman
Thu, 19 Dec 2024 16:55:18 +0000 (11:55 -0500)
committerMelanie Plageman
Thu, 19 Dec 2024 16:55:18 +0000 (11:55 -0500)
commit2128cebcdb2f32303baf200fa2ccb2947366c636
tree68e82e9dd8a53cec1629ad92b55459d86497f2a9
parent754c610e13b820370db4c02010a4c8c5dbd1edbd
Remove extra prefetch iterator setup for Bitmap Table Scan

1a0da347a7ac98db replaced Bitmap Table Scan's separate private and
shared bitmap iterators with a unified iterator. It accidentally set up
the prefetch iterator twice for non-parallel bitmap table scans. Remove
the extra set up call to tbm_begin_iterate().
src/backend/executor/nodeBitmapHeapscan.c