Add XLOG_HEAP_OPMASK to pg_contants

This commit is contained in:
Konstantin Knizhnik
2021-07-09 15:30:36 +03:00
parent 97681acfcf
commit 3e69c41a47

View File

@@ -42,6 +42,7 @@ pub const XLOG_XACT_ABORT_PREPARED: u8 = 0x40;
/* mask for filtering opcodes out of xl_info */
pub const XLOG_XACT_OPMASK: u8 = 0x70;
pub const XLOG_HEAP_OPMASK: u8 = 0x70;
/* does this record have a 'xinfo' field or not */
pub const XLOG_XACT_HAS_INFO: u8 = 0x80;