Use fcntl(fd,F_FULLFSYNC) instead of fsync on OSX, improve power failure safety (#9545)
On MacOS calling fsync does not guarantee the cache on the disk itself is flushed.
Please register or sign in to comment
On MacOS calling fsync does not guarantee the cache on the disk itself is flushed.