Skip to content

Use palloc() and pfree() in pgsm_ExecutorRun() - #825

Open
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:executorrun-pfree
Open

Use palloc() and pfree() in pgsm_ExecutorRun()#825
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:executorrun-pfree

Conversation

@jeltz

@jeltz jeltz commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

There is no reason not to use PostgreSQL's allocator here. It is a bit doubtful that we should call pfree() in the error path but changing that would complicate the code a bit.

PG-0

There is no reason not to use PostgreSQL's allocator here. It is a bit
doubtful that we should call pfree() in the error path but changing that
would complicate the code a bit.
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.46%. Comparing base (81ca012) to head (ae4b530).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #825   +/-   ##
=======================================
  Coverage   88.46%   88.46%           
=======================================
  Files           3        3           
  Lines        1318     1318           
  Branches      187      187           
=======================================
  Hits         1166     1166           
  Misses         77       77           
  Partials       75       75           

☔ 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.

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.

1 participant