Type Definition pgrx_pg_sys::LogicalDecodeStreamTruncateCB
source · pub type LogicalDecodeStreamTruncateCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, nrelations: c_int, relations: *mut Relation, change: *mut ReorderBufferChange)>;