Closed erimatnor closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.12%. Comparing base (
59f50f2
) to head (aa6a4df
). Report is 609 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
PG17 introduced a new Bump allocator for per-tuple memory contexts. Bump doesn't support pfree(), which caused an error when detoasting compressed data on the per-tuple memory context since the detoasting needs to scan some catalog tables.
Make sure Hypercore TAM always detoasts on a temporary memory to fix this issue and add a test for it.
Disable-check: force-changelog-file