//! Shows the values of valid transactions for use in visibility checks
//! See rules here: http://www.interdb.jp/pg/pgsql05.html#_5.5.
usesuper::TransactionId;#[derive(Clone, Debug)]pubstructTransactionSnapshot{pubmin: TransactionId,
pubmax: TransactionId,
pubin_range:Vec<TransactionId>,
}