Path to the double-write buffer file.
(&self)
| 342 | |
| 343 | /// Path to the double-write buffer file. |
| 344 | pub fn path(&self) -> &Path { |
| 345 | &self.path |
| 346 | } |
| 347 | |
| 348 | /// Try to recover a WAL record by LSN from the double-write buffer. |
| 349 | /// |
no outgoing calls