mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
1a0da347a7
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().