summaryrefslogtreecommitdiff
path: root/src/include/port/darwin.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-05-20 14:53:26 +0000
committerBruce Momjian <bruce@momjian.us>2005-05-20 14:53:26 +0000
commit6dc7760ac3c3aeb766f489121f39d26d6f9b8c46 (patch)
tree80ff258fc03e57f9dc823803f17a6b3bc6d602f4 /src/include/port/darwin.h
parente9b33ed6cdc788ddcc6a7887d203574a5a346172 (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.h3
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
+