macos-fsync-incomplete-without-fullfsync

Status: IN

On macOS/Darwin, `os.fsync()` does not guarantee flushing the disk write cache to stable storage; only `fcntl(fd, F_FULLFSYNC)` provides that guarantee, meaning all 13 fsync sites in the codebase may provide no power-loss durability on the development platform

Source: entries/2026/05/29/topic-sqlite-durability-model.md

JSON