PostgreSQL Source Code  git master
freebsd.h
Go to the documentation of this file.
1 /* src/include/port/freebsd.h */
2 
3 /*
4  * Set the default wal_sync_method to fdatasync. xlogdefs.h's normal rules
5  * would prefer open_datasync on FreeBSD 13+, but that is not a good choice on
6  * many systems.
7  */
8 #define PLATFORM_DEFAULT_WAL_SYNC_METHOD WAL_SYNC_METHOD_FDATASYNC