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

Tighten up Pg_magic_func code #1423

Conversation

workingjubilee
Copy link
Member

@workingjubilee workingjubilee commented Dec 5, 2023

Aside from making things easier to fit on a page and thus read, this:

  • reduces shadowing-crate-name concerns
  • eliminates someone actually calling initialize() (technical API break)
  • technically does not prevent anyone from calling our panic hook fn, anyways

Tighten it up in the process to minimize shadowing-crate-name concerns.
@workingjubilee workingjubilee merged commit 7a1b922 into pgcentralfoundation:develop Dec 6, 2023
8 checks passed
@workingjubilee workingjubilee deleted the unify-pgrx-magic-func branch December 6, 2023 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant