aboutsummaryrefslogtreecommitdiff
path: root/src/common/jsonapi.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-03-16 12:29:55 +0900
committerMichael Paquier <michael@paquier.xyz>2022-03-16 12:29:55 +0900
commit028a3c6b1cb1933a17bab5bdf22d7431357763b7 (patch)
tree5b519a2e50a732164dcd792a74819a6c205b021a /src/common/jsonapi.c
parentcfdb303be756d846031ba1c1d1ff2cae39a62c15 (diff)
downloadpostgresql-028a3c6b1cb1933a17bab5bdf22d7431357763b7.tar.gz
postgresql-028a3c6b1cb1933a17bab5bdf22d7431357763b7.zip
pageinspect: Fix memory context allocation of page in brin_revmap_data()
This caused the function to fail, as the aligned copy of the raw page given by the function caller was not saved in the correct memory context, which needs to be multi_call_memory_ctx in this case. Issue introduced by 076f4d9. Per buildfarm members sifika, mylodon and longfin. I have reproduced that locally with macos. Discussion: https://postgr.es/m/YjFPOtfCW6yLXUeM@paquier.xyz Backpatch-through: 10
Diffstat (limited to 'src/common/jsonapi.c')
0 files changed, 0 insertions, 0 deletions