forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit028a3c6
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 parentcfdb303 commit028a3c6
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 | 375 |
| |
379 | 376 |
| |
380 | 377 |
| |
381 | 378 |
| |
382 | 379 |
| |
383 | 380 |
| |
| 381 | + | |
| 382 | + | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
|
0 commit comments
Comments
(0)