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's unclear to me what those mean in the context of plrust, a pgx-based extension that installs its own panic handler, then dynamically loading a user function, also written in rust, that doesn't install its own language handler.
The text was updated successfully, but these errors were encountered:
eeeebbbbrrrr
changed the title
Kill std::panic::set_hook() and std::panic::take_hook()`?
Kill std::panic::set_hook() and std::panic::take_hook()?
Feb 16, 2023
That should be fine, the cdylib environment is entirely sealed off — it has it's own set of globals and everything. (The panic handler is using hidden symbols so they don't exist outside)
It's unclear to me what those mean in the context of plrust, a pgx-based extension that installs its own panic handler, then dynamically loading a user function, also written in rust, that doesn't install its own language handler.
The text was updated successfully, but these errors were encountered: