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

Add dynamic function call support #390

Merged
merged 6 commits into from
Nov 18, 2023
Merged

Conversation

eeeebbbbrrrr
Copy link
Contributor

@eeeebbbbrrrr eeeebbbbrrrr commented Oct 18, 2023

This adds support for pgrx' fn_call interface that enables calling other schema-defined functions dynamically.

The only code changes, as it were, are in the plrust-trusted-pgrx reexport crate. The bulk of this PR is adding a little chapter to the book along with a simple unit test.

…nterface.

This also adds a book page with a few examples.
Copy link
Contributor

@BradyBonnette BradyBonnette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great documentation updates!

@eeeebbbbrrrr
Copy link
Contributor Author

The two CI failures are on pg16 x86 b/c of that stupid simd stuff pg16 introduced. Today isn't the day to play whackamole to fix up CI.

@eeeebbbbrrrr eeeebbbbrrrr merged commit a068dff into develop Nov 18, 2023
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants