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
It is hard to estimate how much memory a custom function (especially written in C or PLPGSQL) would consume on execution. So, non-built-in functions should be signalled in the EXPLAIN's summary to let the user know if something undefined exists.
It is hard to estimate how much memory a custom function (especially written in C or PLPGSQL) would consume on execution. So, non-built-in functions should be signalled in the EXPLAIN's summary to let the user know if something undefined exists.