- Notifications
You must be signed in to change notification settings - Fork5
Commit0319da6
committed
Reset per-tuple memory context between every row in a scan node, even when
there's no quals or projections. Currently this only matters for foreignscans, as none of the other scan nodes litter the per-tuple memory contextwhen there's no quals or projections.1 parent27c7875 commit0319da6
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
| 130 | + | |
| 131 | + | |
129 | 132 |
| |
| 133 | + | |
130 | 134 |
| |
131 | 135 |
| |
132 | 136 |
| |
| |||
148 | 152 |
| |
149 | 153 |
| |
150 | 154 |
| |
151 |
| - | |
152 | 155 |
| |
153 | 156 |
| |
154 | 157 |
| |
|
0 commit comments
Comments
(0)