pub static PG_CATALOG_SEF_BUILTINS: LazyLock<BTreeMap<u32, SideEffectingFuncImpl>>
Expand description
A map of the side-effecting functions in the pg_catalog
schema, keyed by
OID.
pub static PG_CATALOG_SEF_BUILTINS: LazyLock<BTreeMap<u32, SideEffectingFuncImpl>>
A map of the side-effecting functions in the pg_catalog
schema, keyed by
OID.