forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc5b3bd
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 parentea70f69 commitdc5b3bd
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 | 386 |
| |
390 | 387 |
| |
391 | 388 |
| |
392 | 389 |
| |
393 | 390 |
| |
394 | 391 |
| |
| 392 | + | |
| 393 | + | |
| 394 | + | |
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
|
0 commit comments
Comments
(0)