-
-
Notifications
You must be signed in to change notification settings - Fork 306
Expose guc hooks #2075
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
Merged
eeeebbbbrrrr
merged 21 commits into
pgcentralfoundation:develop
from
thesuhas:expose_guc_assign_hook
Jun 6, 2025
Merged
Expose guc hooks #2075
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
23a7241
exposed guc_assign_hook argument
thesuhas 06c5296
added c_void import
thesuhas 2af1a2b
added assign_hook to float, convert funcs to unsafe
thesuhas cc83c9a
updated to c-unwind
thesuhas 842bc24
corrected func signatures
thesuhas 7fbf903
exposed check_hook and show_hook as well
thesuhas d1f3b16
added platform agnostic i8 for arm
thesuhas 8e7d35a
updated i8 to libc:c_char
thesuhas 9b79a73
updated i8 to libc:c_char
thesuhas 381a0f1
Merge branch 'expose_guc_assign_hook' of github.com:thesuhas/pgrx int…
thesuhas e257780
added new APIs instead of overwriting existing ones
thesuhas 6cc3bd6
using predefined hook declarations
thesuhas 305ccbf
Merge branch 'develop' into expose_guc_assign_hook
thesuhas 70101e3
fixed changes post merge
thesuhas c7bb211
marked _with_hooks() functions as unsafe
thesuhas b9d487d
fixed typos
thesuhas 77ff465
add missing trait
thesuhas 2d66bde
added basic hook test cases
thesuhas 7071cfb
modified i32 to platform-agnostic type
thesuhas 7317203
added pg_guard, handle panic in check_hook
thesuhas 1eaba36
removed unguarded check hook test
thesuhas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.