]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rig the unix backend to use fdatasync() by default, without having to set the
authordrh <drh@noemail.net>
Sat, 21 Mar 2009 14:56:52 +0000 (14:56 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Mar 2009 14:56:52 +0000 (14:56 +0000)
commit4a7384a25f9b747c13488fb9864983ae3258e499
tree23088052d8be57d4dc0d501834906113284ee23d
parent0b647ffd47e88535189427e655ec1667578a397b
Rig the unix backend to use fdatasync() by default, without having to set the
HAVE_FDATASYNC macro.  Systems that do not support fdatasync() can be compiled
using -Dfdatasync=fsync. (CVS 6368)

FossilOrigin-Name: a331562727be465874a66c2c1d15ee070f96f7e0
manifest
manifest.uuid
src/os_unix.c