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
The deferred action for statement free or close operations (including closing of leaked statements) should notify errors to the database instance so it can terminate the connection for fatal errors.
The handling of deferred actions should be overhauled to ensure this is always done, instead of delegating this to the creators of a deferred action.