-
- Downloads
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.
Showing
- doc/src/sgml/runtime.sgml 2 additions, 1 deletiondoc/src/sgml/runtime.sgml
- src/backend/access/transam/xlog.c 16 additions, 2 deletionssrc/backend/access/transam/xlog.c
- src/backend/utils/misc/postgresql.conf.sample 2 additions, 1 deletionsrc/backend/utils/misc/postgresql.conf.sample
- src/include/port/win32.h 3 additions, 2 deletionssrc/include/port/win32.h
- src/port/open.c 3 additions, 3 deletionssrc/port/open.c
Loading
Please register or sign in to comment