|
@@ -166,7 +166,12 @@ random_page_cost = 2
|
|
#wal_level = minimal # minimal, archive, or hot_standby
|
|
#wal_level = minimal # minimal, archive, or hot_standby
|
|
# (change requires restart)
|
|
# (change requires restart)
|
|
#fsync = on # turns forced synchronization on or off
|
|
#fsync = on # turns forced synchronization on or off
|
|
-#synchronous_commit = on # synchronization level; on, off, or local
|
|
|
|
|
|
+
|
|
|
|
+# WARNING: disabling synchronous commit may be dangerous in certain cases.
|
|
|
|
+# See http://www.postgresql.org/docs/current/static/runtime-config-wal.html
|
|
|
|
+# for details.
|
|
|
|
+synchronous_commit = off
|
|
|
|
+
|
|
#wal_sync_method = fsync # the default is the first option
|
|
#wal_sync_method = fsync # the default is the first option
|
|
# supported by the operating system:
|
|
# supported by the operating system:
|
|
# open_datasync
|
|
# open_datasync
|