Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crash from drop impls that panic via leak_and_drop_on_delete() #1929

Merged

Commits on Oct 27, 2024

  1. fix: crash from drop impls that panic via leak_and_drop_on_delete()

    If `PgMemoryContexts::leak_and_drop_on_delete()` leaks a type that `impl
    Drop`, and that implementation happens to panic, then Postgres will
    segfault because the callback function was not properly guarded.
    
    As a drive-by, slightly cleanup error reporting in the test framework.
    eeeebbbbrrrr committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4e214c5 View commit details
    Browse the repository at this point in the history