Add support for wal_fsync_writethrough for Darwin, and restructure the
Bruce Momjian <bruce@momjian.us>
Add support for wal_fsync_writethrough for Darwin, and restructure the code to better handle writethrough. Chris Campbell
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +2 −2 |
| src/backend/access/transam/xlog.c | modified | +24 −20 |
| src/backend/storage/file/fd.c | modified | +36 −2 |
| src/include/access/xlog.h | modified | +8 −1 |
| src/include/port/darwin.h | modified | +3 −0 |
| src/include/port/win32.h | modified | +3 −3 |
| src/include/storage/fd.h | modified | +3 −1 |