[][src]Type Definition pgx_pg_sys::LogicalDecodeTruncateCB

type LogicalDecodeTruncateCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, nrelations: c_int, relations: *mut Relation, change: *mut ReorderBufferChange)>;