]> git.ipfire.org Git - thirdparty/sqlite.git/commit
On unix, always use fdatasync() instead of fsync() when available, even if
authordrh <drh@noemail.net>
Sat, 21 Mar 2009 14:41:04 +0000 (14:41 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Mar 2009 14:41:04 +0000 (14:41 +0000)
commit0b647ffd47e88535189427e655ec1667578a397b
tree9cb71a9ef91d0c45b40a24fae7c7695c39458547
parent2b31b211c3839900f04e459cd423f940682d66ba
On unix, always use fdatasync() instead of fsync() when available, even if
the file size changes, since (we are told) fdatasync() will automatically
flush the inode when the file size changes. (CVS 6367)

FossilOrigin-Name: 0d6b11bcf67f86e5554806869d32338e5831833e
manifest
manifest.uuid
src/os_unix.c