LCOV - code coverage report
Current view: top level - libs/postgres_ffi/src - pg_constants_v14.rs (source / functions) Coverage Total Hit
Test: 75747cdbffeb0b6d2a2a311584368de68cd9aadc.info Lines: 0.0 % 3 0
Test Date: 2024-06-24 06:52:57 Functions: 0.0 % 1 0

            Line data    Source code
       1              : pub const XLOG_DBASE_CREATE: u8 = 0x00;
       2              : pub const XLOG_DBASE_DROP: u8 = 0x10;
       3              : 
       4              : pub const BKPIMAGE_IS_COMPRESSED: u8 = 0x02; /* page image is compressed */
       5              : pub const BKPIMAGE_APPLY: u8 = 0x04; /* page image should be restored during replay */
       6              : pub const SIZEOF_RELMAPFILE: usize = 512; /* sizeof(RelMapFile) in relmapper.c */
       7              : 
       8            0 : pub fn bkpimg_is_compressed(bimg_info: u8) -> bool {
       9            0 :     (bimg_info & BKPIMAGE_IS_COMPRESSED) != 0
      10            0 : }
        

Generated by: LCOV version 2.1-beta