[refer #190] Fix bugs in handling realtion drop and truncation

This commit is contained in:
Konstantin Knizhnik
2021-05-26 20:27:43 +03:00
committed by Heikki Linnakangas
parent 4b6563a55d
commit b3b12da657
7 changed files with 95 additions and 28 deletions

View File

@@ -20,6 +20,8 @@ pub const ROCKSDB_SPECIAL_FORKNUM: u8 = 50;
// From storage_xlog.h
pub const SMGR_TRUNCATE_HEAP: u32 = 0x0001;
pub const SMGR_TRUNCATE_VM: u32 = 0x0002;
pub const SMGR_TRUNCATE_FSM: u32 = 0x0004;
//
// Constants from visbilitymap.h