Add SIZE_OF_XLOG_RECORD_DATA_HEADER_SHORT

This commit is contained in:
Konstantin Knizhnik
2024-10-11 17:50:14 +03:00
parent f4196983d2
commit 8782018438
2 changed files with 8 additions and 2 deletions

View File

@@ -211,6 +211,8 @@ pub const BKPBLOCK_HAS_DATA: u8 = 0x20;
pub const BKPBLOCK_WILL_INIT: u8 = 0x40; /* redo will re-init the page */
pub const BKPBLOCK_SAME_REL: u8 = 0x80; /* RelFileNode omitted, same as previous */
pub const SIZE_OF_XLOG_RECORD_DATA_HEADER_SHORT: usize = 2;
/* Information stored in bimg_info */
pub const BKPIMAGE_HAS_HOLE: u8 = 0x01; /* page image has "hole" */