Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ABI build failure in recompress.c #7555

Closed

Conversation

mkindahl
Copy link
Contributor

@mkindahl mkindahl commented Dec 20, 2024

The variable attname is only used in an assertion, causing warnings (or errors) when not built with assertions.

Disable-check: force-changelog-file

The variable `attname` is only used in an assertion, causing warnings
(or errors) when not built with assertions.
@mkindahl
Copy link
Contributor Author

@mkindahl mkindahl self-assigned this Dec 20, 2024
@mkindahl mkindahl marked this pull request as ready for review December 20, 2024 08:18
@mkindahl mkindahl added the build Issues related to building TimescaleDB or using its binaries label Dec 20, 2024
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.24%. Comparing base (59f50f2) to head (84e2a82).
Report is 664 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7555      +/-   ##
==========================================
+ Coverage   80.06%   82.24%   +2.17%     
==========================================
  Files         190      230      +40     
  Lines       37181    43201    +6020     
  Branches     9450    10859    +1409     
==========================================
+ Hits        29770    35529    +5759     
- Misses       2997     3361     +364     
+ Partials     4414     4311     -103     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkindahl
Copy link
Contributor Author

Closing in favor of #7556

@mkindahl mkindahl closed this Dec 20, 2024
@mkindahl mkindahl deleted the fix-abi-recompress-build-failure branch December 20, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to building TimescaleDB or using its binaries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant