aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-03-16 12:29:59 +0900
committerMichael Paquier <michael@paquier.xyz>2022-03-16 12:29:59 +0900
commit5cb770210178d8589e2e57da553441b2a6799776 (patch)
treef842cb6903122616f8a240b19ee78e8a39e1a750 /src/backend/executor/execExprInterp.c
parent368ffdeee422e8df57330a290f32b986291c2584 (diff)
downloadpostgresql-5cb770210178d8589e2e57da553441b2a6799776.tar.gz
postgresql-5cb770210178d8589e2e57da553441b2a6799776.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/backend/executor/execExprInterp.c')
0 files changed, 0 insertions, 0 deletions