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 important that Manager::detach is called for every object that leaves the control of the pool. Otherwise the StatementCaches of tokio-postgres can't remove the StatementCache from its internal Vec leading to a memory leak.
The text was updated successfully, but these errors were encountered:
It is important that
Manager::detach
is called for every object that leaves the control of the pool. Otherwise theStatementCaches
oftokio-postgres
can't remove theStatementCache
from its internalVec
leading to a memory leak.The text was updated successfully, but these errors were encountered: