Closed erimatnor closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.16%. Comparing base (
59f50f2
) to head (f1d7bea
). Report is 607 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:
This fixes the CI crash we've seen occasionally.
The tuple sort state used for compression was created with a reference to a tuple descriptor in a relcache entry. If this relcache entry is invalidated, the tuple sort state becomes corrupt. This caused occasional crashes when converting a chunk to using Hypercore TAM (i.e., compressing).
Fix this by always making a copy of the tuple descriptor when creating the tuple sort state.
Disable-check: force-changelog-file