forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2128ceb
committed
Remove extra prefetch iterator setup for Bitmap Table Scan
1a0da34 replaced Bitmap Table Scan's separate private andshared bitmap iterators with a unified iterator. It accidentally set upthe prefetch iterator twice for non-parallel bitmap table scans. Removethe extra set up call to tbm_begin_iterate().1 parent754c610 commit2128ceb
1 file changed
+0
-9
lines changedLines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 | 108 |
| |
118 | 109 |
| |
119 | 110 |
| |
|
0 commit comments
Comments
(0)