Commit af0af42f authored by Tom Lane's avatar Tom Lane

Fix comment to agree with presentation.

parent c48f2e31
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
# - Memory - # - Memory -
#shared_buffers = 32MB # min 128kB or max_connections*16kB #shared_buffers = 32MB # min 128kB or max_connections*16kB
# (change requires restart) # (change requires restart)
#temp_buffers = 8MB # min 800kB #temp_buffers = 8MB # min 800kB
#max_prepared_transactions = 5 # can be 0 or more #max_prepared_transactions = 5 # can be 0 or more
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,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_buffers = 64kB # min 4, 8kB each #wal_buffers = 64kB # min 32kB
# (change requires restart) # (change requires restart)
#commit_delay = 0 # range 0-100000, in microseconds #commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000 #commit_siblings = 5 # range 1-1000
......
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