forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit367b99b
committed
Fix gin_leafpage_items().
On closer inspection, commit84ad68d broke gin_leafpage_items(),because the aligned copy of the page got palloc'd in a short-livedcontext whereas it needs to be in the SRF's multi_call_memory_ctx.This was not exposed by the regression test, because the regressiontest doesn't actually exercise the function in a meaningful way.Fix the code bug, and extend the test in what I hope is a portablefashion.1 parent927d7bb commit367b99b
3 files changed
+19
-7
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 |
| |
201 | 204 |
| |
202 | 205 |
| |
| |||
216 | 219 |
| |
217 | 220 |
| |
218 | 221 |
| |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments
Comments
(0)