It is understandable to me, especially in the context of write vs flush. Maybe to ‘to the WAL file” if ‘to disk’ is not clear. From write() man page: The write() system call attempts to write nbytes of data to the object referenced by the descriptor fd From sync() man page: The sync() system call forces a write of dirty (modified) buffers in the block buffer cache out to disk. |