Skip to content
Snippets Groups Projects
Commit c2d15669 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Move WAL params higher in file, next to fsync option.

parent 1837f8cb
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,19 @@
#fsync = true
#
# Write-ahead log (WAL)
#
#wal_files = 0 # range 0-64
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
# Note: default wal_sync_method varies across platforms
#wal_debug = 0 # range 0-16
#commit_delay = 0 # range 0-100000
#commit_siblings = 5 # range 1-1000
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
#checkpoint_timeout = 300 # in seconds, range 30-3600
#
# Optimizer Parameters
#
......@@ -92,19 +105,6 @@
#geqo_random_seed = -1 # auto-compute seed
#
# Write-ahead log (WAL)
#
#wal_files = 0 # range 0-64
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
# Note: default wal_sync_method varies across platforms
#wal_debug = 0 # range 0-16
#commit_delay = 0 # range 0-100000
#commit_siblings = 5 # range 1-1000
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
#checkpoint_timeout = 300 # in seconds, range 30-3600
#
# Debug display
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment