mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
[refer #190] Fix bugs in handling realtion drop and truncation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user