Update postgresql.conf to show default ordering for wal_sync_method.
This commit is contained in:
parent
d359facb05
commit
1c69547015
@ -123,9 +123,10 @@
|
|||||||
# - Settings -
|
# - Settings -
|
||||||
|
|
||||||
#fsync = on # turns forced synchronization on or off
|
#fsync = on # turns forced synchronization on or off
|
||||||
#wal_sync_method = fsync # the default varies across platforms:
|
#wal_sync_method = fsync # the default is the first option supported
|
||||||
# fsync, fdatasync, fsync_writethrough,
|
# by the operating system: open_datasync,
|
||||||
# open_sync, open_datasync
|
# fdatasync, fsync, fsync_writethrough,
|
||||||
|
# open_sync
|
||||||
#full_page_writes = on # recover from partial page writes
|
#full_page_writes = on # recover from partial page writes
|
||||||
#wal_buffers = 8 # min 4, 8KB each
|
#wal_buffers = 8 # min 4, 8KB each
|
||||||
#commit_delay = 0 # range 0-100000, in microseconds
|
#commit_delay = 0 # range 0-100000, in microseconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user