/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/port/darwin.h
13 строк
251 B
Peter Eisentraut
Add prefetching support on macOS
28 авг 2024, 08:28
28 авг 2024, 08:28
6654bb9
Код
Авторство
О чём код?
/* src/include/port/darwin.h */ #define __darwin__ 1 #if HAVE_DECL_F_FULLFSYNC /* not present before macOS 10.3 */ #define HAVE_FSYNC_WRITETHROUGH #endif /* * macOS has a platform-specific implementation of prefetching. */ #define USE_PREFETCH