Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pgrx/src/guc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ impl GucRegistry {
/// Any hook function that might panic must be marked with `#[pg_guard]` to ensure proper
/// conversion of Rust panics into PostgreSQL errors.
///
pub fn define_float_guc_with_hooks(
pub unsafe fn define_float_guc_with_hooks(
Comment thread
eeeebbbbrrrr marked this conversation as resolved.
name: &'static CStr,
short_description: &'static CStr,
long_description: &'static CStr,
Expand Down
Loading