Skip to main content

remove_wal

Function remove_wal 

Source
pub fn remove_wal(path: &Path) -> Result<()>
Expand description

Remove the WAL file at path. Idempotent — missing-file is OK.

§Errors

Returns Error::Io on any failure other than NotFound.