diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-05-20 14:53:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-05-20 14:53:26 +0000 |
commit | 6dc7760ac3c3aeb766f489121f39d26d6f9b8c46 (patch) | |
tree | 80ff258fc03e57f9dc823803f17a6b3bc6d602f4 /src/include/port/darwin.h | |
parent | e9b33ed6cdc788ddcc6a7887d203574a5a346172 (diff) |
Add support for wal_fsync_writethrough for Darwin, and restructure the
code to better handle writethrough.
Chris Campbell
Diffstat (limited to 'src/include/port/darwin.h')
-rw-r--r-- | src/include/port/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index 06c559d2ba8..0a802e5abbb 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -1 +1,4 @@ #define __darwin__ 1 + +#define HAVE_FSYNC_WRITETHROUGH + |