Function pgrx_pg_sys::plpgsql_exec_function

source ·
pub unsafe fn plpgsql_exec_function(
    arg_func: *mut PLpgSQL_function,
    arg_fcinfo: FunctionCallInfo,
    arg_simple_eval_estate: *mut EState,
    arg_simple_eval_resowner: ResourceOwner,
    arg_procedure_resowner: ResourceOwner,
    arg_atomic: bool
) -> Datum