diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-24 04:36:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-24 04:36:20 +0000 |
commit | b1f57d88f56e0fbb49e4e5c8839cd3fb3a580a14 (patch) | |
tree | c10060fd13f479e4e3c957c58b8c00e99606b6c9 /src/backend/access/gist/gistget.c | |
parent | 0275b3f783731f7fa95ea8b93ad3f48fc7a2f29f (diff) | |
download | postgresql-b1f57d88f56e0fbb49e4e5c8839cd3fb3a580a14.tar.gz postgresql-b1f57d88f56e0fbb49e4e5c8839cd3fb3a580a14.zip |
Change Win32 O_SYNC method to O_DSYNC because that is what the method
currently does. This is now the default Win32 wal sync method because
we perfer o_datasync to fsync.
Also, change Win32 fsync to a new wal sync method called
fsync_writethrough because that is the behavior of _commit, which is
what is used for fsync on Win32.
Backpatch to 8.0.X.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions