/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/port/freebsd.h
8 строк
280 B
Nathan Bossart
Improve the naming in wal_sync_method code.
13 окт 2023, 23:16
13 окт 2023, 23:16
8d140c5
Код
Авторство
О чём код?
/* src/include/port/freebsd.h */ /* * Set the default wal_sync_method to fdatasync. xlogdefs.h's normal rules * would prefer open_datasync on FreeBSD 13+, but that is not a good choice on * many systems. */ #define PLATFORM_DEFAULT_WAL_SYNC_METHOD WAL_SYNC_METHOD_FDATASYNC