Skip to content

Stop trying to handle the case of the empty string as a query plan#767

Open
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:ignore-plan-len
Open

Stop trying to handle the case of the empty string as a query plan#767
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:ignore-plan-len

Conversation

@jeltz

@jeltz jeltz commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

We will never get the empty string as a query plan so do not bother having extra code which tries to handle it. And if we, as this patch does, just treats it as an actual query plan everything works just fine so there is no reason to make things complicated.

PG-0

We will never get the empty string as a query plan so do not bother
having extra code which tries to handle it. And if we, as this patch
does, just treats it as an actual query plan everything works just fine
so there is no reason to make things complicated.
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.28%. Comparing base (a6eb046) to head (f1b94ff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #767      +/-   ##
==========================================
+ Coverage   88.14%   88.28%   +0.14%     
==========================================
  Files           3        3              
  Lines        1324     1323       -1     
  Branches      198      198              
==========================================
+ Hits         1167     1168       +1     
+ Misses         73       72       -1     
+ Partials       84       83       -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.

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