Remove extra prefetch iterator setup for Bitmap Table Scan

Melanie Plageman <melanieplageman@gmail.com>

Commit: 2128cebcdb2f32303baf200fa2ccb2947366c636
Author: Melanie Plageman <melanieplageman@gmail.com>
Date: 2024-12-19T16:55:18Z
Releases: 18.0
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().

Files

PathChange+/−
src/backend/executor/nodeBitmapHeapscan.c modified +0 −9