mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-12 15:16:57 +08:00
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.