mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
FreeBSD 13 gained O_DSYNC, which would normally cause wal_sync_method to
choose open_datasync as its default value. That may not be a good
choice for all systems, and performs worse than fdatasync in some
scenarios. Let's preserve the existing default behavior for now.
Like commit
|
||
|---|---|---|
| .. | ||
| atomics | ||
| win32 | ||
| win32_msvc | ||
| aix.h | ||
| atomics.h | ||
| cygwin.h | ||
| darwin.h | ||
| freebsd.h | ||
| hpux.h | ||
| linux.h | ||
| netbsd.h | ||
| openbsd.h | ||
| pg_bswap.h | ||
| pg_crc32c.h | ||
| solaris.h | ||
| win32.h | ||