Fix various bugs caused by switch to new storage model

This commit is contained in:
Konstantin Knizhnik
2021-06-04 18:14:19 +03:00
parent d73cb49f89
commit 47ef9c7ef4
8 changed files with 127 additions and 75 deletions

View File

@@ -903,7 +903,7 @@ pub fn decode_wal_record(checkpoint: &mut CheckPoint, record: Bytes) -> DecodedW
});
blk.will_init = true;
blocks.push(blk);
info!("Prepare transaction {}", xlogrec.xl_xid);
debug!("Prepare transaction {}", xlogrec.xl_xid);
}
} else if xlogrec.xl_rmid == pg_constants::RM_DBASE_ID {
let info = xlogrec.xl_info & !pg_constants::XLR_INFO_MASK;