Expand description
WAL file repair utilities.
This module provides controlled truncation of trailing partial records in a WAL file, enabling recovery from crashes that left incomplete writes.
Enums§
- Repair
Policy - Policy controlling how the WAL writer handles trailing corruption on bootstrap.
Functions§
- truncate_
to_ last_ valid - Truncates a WAL file to the given
valid_end_offset.