Skip to content
Snippets Groups Projects
Commit 5bab36e9 authored by Tom Lane's avatar Tom Lane
Browse files

Revise executor APIs so that all per-query state structure is built in

a per-query memory context created by CreateExecutorState --- and destroyed
by FreeExecutorState.  This provides a final solution to the longstanding
problem of memory leaked by various ExecEndNode calls.
parent 90b3a0b6
No related branches found
No related tags found
No related merge requests found
Showing
with 524 additions and 311 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment