forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1577081
committed
BitmapHeapScan: begin scan after bitmap creation
Change the order so that the table scan is initialized only afterinitializing the index scan and building the bitmap.This is mostly a cosmetic change for now, but later commits will needto pass parameters to table_beginscan_bm() that are unavailable inExecInitBitmapHeapScan().Author: Melanie PlagemanReviewed-by: Tomas Vondra, Andres Freund, Heikki LinnakangasDiscussion:https://postgr.es/m/CAAKRu_ZwCwWFeL_H3ia26bP2e7HiKLWt0ZmGXPVwPO6uXq0vaA%40mail.gmail.com1 parent06558f4 commit1577081
1 file changed
+20
-7
lines changedLines changed: 20 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
181 | 196 |
| |
182 | 197 |
| |
183 | 198 |
| |
| |||
601 | 616 |
| |
602 | 617 |
| |
603 | 618 |
| |
604 |
| - | |
| 619 | + | |
| 620 | + | |
605 | 621 |
| |
606 | 622 |
| |
607 | 623 |
| |
| |||
678 | 694 |
| |
679 | 695 |
| |
680 | 696 |
| |
681 |
| - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
682 | 700 |
| |
683 | 701 |
| |
684 | 702 |
| |
| |||
783 | 801 |
| |
784 | 802 |
| |
785 | 803 |
| |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 | 804 |
| |
792 | 805 |
| |
793 | 806 |
| |
|
0 commit comments
Comments
(0)