Type Definition pgx_pg_sys::ProcessUtility_hook_type

source ·
pub type ProcessUtility_hook_type = Option<unsafe extern "C" fn(pstmt: *mut PlannedStmt, queryString: *const c_char, readOnlyTree: bool, context: ProcessUtilityContext, params: ParamListInfo, queryEnv: *mut QueryEnvironment, dest: *mut DestReceiver, qc: *mut QueryCompletion)>;