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
Bugfix. AQOUtilityMemCtx is reset although some allocated data still in use.
Remove the AQOUtilityMemCtx memory context at all. It is used for too small
operations. I don't buy that such operations can allocate so much memory that
backend must free memory right after the end of operation to avoid OOM.
I guess, prediction, planning and execution memory context set is good enough.
0 commit comments