Skip to content

Do not zero DSA allocations for queries#784

Merged
jeltz merged 1 commit into
percona:mainfrom
jeltz:dont-zero-query-dsa
Jul 14, 2026
Merged

Do not zero DSA allocations for queries#784
jeltz merged 1 commit into
percona:mainfrom
jeltz:dont-zero-query-dsa

Conversation

@jeltz

@jeltz jeltz commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Since we allocate only exactly the length of the query and then directly copies the query into the memory requesting zeroed memory makes no sense.

PG-0

Description

Links

Since we allocate only exactly the length of the query and then directly
copies the query into the memory requesting zeroed memory makes no sense.
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.75%. Comparing base (91e9b87) to head (94ce5af).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #784      +/-   ##
==========================================
+ Coverage   87.59%   87.75%   +0.16%     
==========================================
  Files           3        3              
  Lines        1314     1315       +1     
  Branches      187      187              
==========================================
+ Hits         1151     1154       +3     
+ Misses         80       79       -1     
+ Partials       83       82       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeltz
jeltz merged commit 062a249 into percona:main Jul 14, 2026
28 checks passed
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.

2 participants