Small typo and formatting fixes in postgresql.conf.sample
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 26 May 2014 03:20:15 +0000 (23:20 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 26 May 2014 03:21:41 +0000 (23:21 -0400)
src/backend/utils/misc/postgresql.conf.sample

index 6dc0698efeb0dade952133f0c44b860e4393af2d..d109394d3b79bad1d37a2041c8df3afa8ab18049 100644 (file)
 #maintenance_work_mem = 64MB           # min 1MB
 #autovacuum_work_mem = -1              # min 1MB, or -1 to use maintenance_work_mem
 #max_stack_depth = 2MB                 # min 100kB
-#dynamic_shared_memory_type = posix # the default is the first option
+#dynamic_shared_memory_type = posix    # the default is the first option
                                        # supported by the operating system:
                                        #   posix
                                        #   sysv
 
 # - Settings -
 
-#wal_level = minimal                   # minimal, archive, hot_standby or logical
+#wal_level = minimal                   # minimal, archive, hot_standby, or logical
                                        # (change requires restart)
 #fsync = on                            # turns forced synchronization on or off
 #synchronous_commit = on               # synchronization level;
                                        #   fsync_writethrough
                                        #   open_sync
 #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
                                        # (change requires restart)
 #wal_writer_delay = 200ms              # 1-10000 milliseconds
 #wal_keep_segments = 0         # in logfile segments, 16MB each; 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)
 
 # - Master Server -
 #autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze
 #autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum
                                        # (change requires restart)
-#autovacuum_multixact_freeze_max_age = 400000000       # maximum Multixact age
+#autovacuum_multixact_freeze_max_age = 400000000       # maximum multixact age
                                        # before forced vacuum
                                        # (change requires restart)
 #autovacuum_vacuum_cost_delay = 20ms   # default vacuum cost delay for