summaryrefslogtreecommitdiff
path: root/src/backend/lib
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-03-16 12:30:07 +0900
committerMichael Paquier <michael@paquier.xyz>2022-03-16 12:30:07 +0900
commit07e343513b85ea152f4cc2d3afeb2d4c87bbda77 (patch)
tree4b359ead80034e74ebea2fb61aee8a6cb54ba542 /src/backend/lib
parentc42b88932b9ddf6d4f6f509e62aec6d1f2e73111 (diff)
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/lib')
0 files changed, 0 insertions, 0 deletions