forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5cb7702
committed
pageinspect: Fix memory context allocation of page in brin_revmap_data()
This caused the function to fail, as the aligned copy of the raw pagegiven by the function caller was not saved in the correct memorycontext, which needs to be multi_call_memory_ctx in this case.Issue introduced by076f4d9.Per buildfarm members sifika, mylodon and longfin. I have reproducedthat locally with macos.Discussion:https://postgr.es/m/YjFPOtfCW6yLXUeM@paquier.xyzBackpatch-through: 101 parent368ffde commit5cb7702
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 | 377 |
| |
381 | 378 |
| |
382 | 379 |
| |
383 | 380 |
| |
384 | 381 |
| |
385 | 382 |
| |
| 383 | + | |
| 384 | + | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
|
0 commit comments
Comments
(0)