forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfe1431e
committed
BitmapHeapScan: postpone setting can_skip_fetch
Set BitmapHeapScanState->can_skip_fetch in BitmapHeapNext() instead ofin ExecInitBitmapHeapScan(). This is a preliminary step to pushing theskip fetch optimization into heap AM code.Author: Melanie PlagemanReviewed-by: Tomas Vondra, Andres Freund, Heikki LinnakangasDiscussion:https://postgr.es/m/CAAKRu_ZwCwWFeL_H3ia26bP2e7HiKLWt0ZmGXPVwPO6uXq0vaA%40mail.gmail.com1 parent74eaf66 commitfe1431e
1 file changed
+11
-10
lines changedLines changed: 11 additions & 10 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 | 120 |
| |
| |||
743 | 753 |
| |
744 | 754 |
| |
745 | 755 |
| |
746 |
| - | |
747 |
| - | |
748 |
| - | |
749 |
| - | |
750 |
| - | |
751 |
| - | |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
| 756 | + | |
756 | 757 |
| |
757 | 758 |
| |
758 | 759 |
| |
|
0 commit comments
Comments
(0)