You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Tweak default memory context allocation policy so that a context is not
given any malloc block until something is first allocated in it; butthereafter, MemoryContextReset won't release that first malloc block.This preserves the quick-reset property of the original policy, withoutforcing 8K to be allocated to every context whether any of it is everused or not. Also, remove some more no-longer-needed explicit freeingduring ExecEndPlan.