Skip to content

Commit

Permalink
sql: remove localVars struct in execStmtInOpenState
Browse files Browse the repository at this point in the history
Refactoring in previous commits has prevented all the `localVars`
variables from escaping to the heap, except for `cancelQuery`. So the
struct is no longer needed. Removing it reduces the size of heap
allocations, since the entire struct was heap allocated previously.

Release note: None
  • Loading branch information
mgartner committed Dec 11, 2024
1 parent d666566 commit 353856d
Showing 1 changed file with 60 additions and 69 deletions.
Loading

0 comments on commit 353856d

Please sign in to comment.