aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-24 04:37:07 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-24 04:37:07 +0000
commit291cd954fbfa48d8db79f22ffa8d596c837f7ee3 (patch)
treec5ee727969ee7d110179eddee8a963fcfe313a4c /src/backend/utils/misc/postgresql.conf.sample
parent3781b72c22f766b390d29c4b9c6adbdc6997c774 (diff)
downloadpostgresql-291cd954fbfa48d8db79f22ffa8d596c837f7ee3.tar.gz
postgresql-291cd954fbfa48d8db79f22ffa8d596c837f7ee3.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/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 86640efa7da..6a3a699c1cc 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -111,7 +111,8 @@
#fsync = true # turns forced synchronization on or off
#wal_sync_method = fsync # the default varies across platforms:
- # fsync, fdatasync, open_sync, or open_datasync
+ # fsync, fdatasync, fsync_writethrough,
+ # open_sync, open_datasync
#wal_buffers = 8 # min 4, 8KB each
#commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000