Commit 0a5faaa9 authored by Peter Eisentraut's avatar Peter Eisentraut

Small typo and formatting fixes in postgresql.conf.sample

parent 8da31837
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
# - Settings - # - Settings -
#wal_level = minimal # minimal, archive, hot_standby or logical #wal_level = minimal # minimal, archive, hot_standby, or logical
# (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; #synchronous_commit = on # synchronization level;
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
# fsync_writethrough # fsync_writethrough
# open_sync # open_sync
#full_page_writes = on # recover from partial page writes #full_page_writes = on # recover from partial page writes
#wal_log_hints = off # also do full pages writes of non-critical updates #wal_log_hints = off # also do full page writes of non-critical updates
#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers #wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers
# (change requires restart) # (change requires restart)
#wal_writer_delay = 200ms # 1-10000 milliseconds #wal_writer_delay = 200ms # 1-10000 milliseconds
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
#wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables #wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
#wal_sender_timeout = 60s # in milliseconds; 0 disables #wal_sender_timeout = 60s # in milliseconds; 0 disables
#max_replication_slots = 0 # max number of replication slots. #max_replication_slots = 0 # max number of replication slots
# (change requires restart) # (change requires restart)
# - Master Server - # - Master Server -
...@@ -481,7 +481,7 @@ ...@@ -481,7 +481,7 @@
#autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze #autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze
#autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum #autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum
# (change requires restart) # (change requires restart)
#autovacuum_multixact_freeze_max_age = 400000000 # maximum Multixact age #autovacuum_multixact_freeze_max_age = 400000000 # maximum multixact age
# before forced vacuum # before forced vacuum
# (change requires restart) # (change requires restart)
#autovacuum_vacuum_cost_delay = 20ms # default vacuum cost delay for #autovacuum_vacuum_cost_delay = 20ms # default vacuum cost delay for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment