Skip to main content

wal_size

Function wal_size 

Source
pub fn wal_size(wal_path: &Path) -> Result<u64, IncrementalCheckpointError>
Expand description

Calculates the WAL size for checkpoint decisions.

ยงErrors

Returns an error if the file cannot be read.