forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4477dcb
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 parent501c66c commit4477dcb
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 | 358 |
| |
362 | 359 |
| |
363 | 360 |
| |
364 | 361 |
| |
365 | 362 |
| |
366 | 363 |
| |
| 364 | + | |
| 365 | + | |
| 366 | + | |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
|
0 commit comments
Comments
(0)