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
In a conversation with @eeeebbbbrrrr in talking about #81 we discovered that there are some opportunities to have plrust clean up artifacts at various points
Adding callbacks on transaction abort and pre-commit to recursively delete crate directory
Adding callbacks for drop schema and drop function
Discuss using database directory for shared library storage (e.g. postgres' data_directory GUC) so that any built artifacts can also be dropped in the event of a drop database call
The text was updated successfully, but these errors were encountered:
In a conversation with @eeeebbbbrrrr in talking about #81 we discovered that there are some opportunities to have plrust clean up artifacts at various points
<root level scratch directory>/target
)data_directory
GUC) so that any built artifacts can also be dropped in the event of adrop database
callThe text was updated successfully, but these errors were encountered: