[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
parent 1ccf82f932
commit a29fa4b8be
5 changed files with 162 additions and 52 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