mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
@@ -488,7 +488,7 @@ pub fn save_decoded_record(
|
||||
lsn,
|
||||
ZERO_PAGE,
|
||||
)?;
|
||||
} else if info == pg_constants::XLOG_MULTIXACT_ZERO_OFF_PAGE {
|
||||
} else if info == pg_constants::XLOG_MULTIXACT_ZERO_MEM_PAGE {
|
||||
let pageno = buf.get_u32_le();
|
||||
let segno = pageno / pg_constants::SLRU_PAGES_PER_SEGMENT;
|
||||
let rpageno = pageno % pg_constants::SLRU_PAGES_PER_SEGMENT;
|
||||
|
||||
Reference in New Issue
Block a user