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 Coverity warning in detoaster #6461

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Fix Coverity warning in detoaster #6461

merged 1 commit into from
Dec 22, 2023

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Dec 21, 2023

Coverity doesn't understand that the relevant check is performed inside palloc().

Disable-check: force-changelog-file

Copy link

@svenklemm, @mkindahl: please review this pull request.

Powered by pull-review

Coverity doesn't understand that the relevant check is performed inside
palloc().
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (781cbe3) 87.33% compared to head (21563e9) 87.33%.

Files Patch % Lines
tsl/src/nodes/decompress_chunk/detoaster.c 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6461      +/-   ##
==========================================
- Coverage   87.33%   87.33%   -0.01%     
==========================================
  Files         187      187              
  Lines       41870    41825      -45     
  Branches     9320     9301      -19     
==========================================
- Hits        36567    36527      -40     
+ Misses       3629     3616      -13     
- Partials     1674     1682       +8     

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

@akuzm akuzm merged commit 467e837 into timescale:main Dec 22, 2023
44 of 46 checks passed
@akuzm akuzm deleted the coverity branch December 22, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants