We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b26b8 commit 1dd13c9Copy full SHA for 1dd13c9
1 file changed
pgrx/src/guc.rs
@@ -526,7 +526,7 @@ impl GucRegistry {
526
/// Any hook function that might panic must be marked with `#[pg_guard]` to ensure proper
527
/// conversion of Rust panics into PostgreSQL errors.
528
///
529
- pub fn define_float_guc_with_hooks(
+ pub unsafe fn define_float_guc_with_hooks(
530
name: &'static CStr,
531
short_description: &'static CStr,
532
long_description: &'static CStr,
0 commit comments