Macro pg_module_magic

Source
macro_rules! pg_module_magic {
    () => { ... };
}
Expand description

A macro for marking a library compatible with pgrx.

Note: Every pgrx extension must have this macro called at top level (usually src/lib.rs) to be valid.

This calls pg_magic_func!().