|
127 | 127 | #maintenance_work_mem = 64MB# min 1MB
|
128 | 128 | #autovacuum_work_mem = -1# min 1MB, or -1 to use maintenance_work_mem
|
129 | 129 | #max_stack_depth = 2MB# min 100kB
|
130 |
| -#dynamic_shared_memory_type = posix# the default is the first option |
| 130 | +#dynamic_shared_memory_type = posix# the default is the first option |
131 | 131 | # supported by the operating system:
|
132 | 132 | # posix
|
133 | 133 | # sysv
|
|
172 | 172 |
|
173 | 173 | # - Settings -
|
174 | 174 |
|
175 |
| -#wal_level = minimal# minimal, archive, hot_standby or logical |
| 175 | +#wal_level = minimal# minimal, archive, hot_standby, or logical |
176 | 176 | # (change requires restart)
|
177 | 177 | #fsync = on# turns forced synchronization on or off
|
178 | 178 | #synchronous_commit = on# synchronization level;
|
|
185 | 185 | # fsync_writethrough
|
186 | 186 | # open_sync
|
187 | 187 | #full_page_writes = on# recover from partial page writes
|
188 |
| -#wal_log_hints = off# also do fullpages writes of non-critical updates |
| 188 | +#wal_log_hints = off# also do fullpage writes of non-critical updates |
189 | 189 | #wal_buffers = -1# min 32kB, -1 sets based on shared_buffers
|
190 | 190 | # (change requires restart)
|
191 | 191 | #wal_writer_delay = 200ms# 1-10000 milliseconds
|
|
225 | 225 | #wal_keep_segments = 0# in logfile segments, 16MB each; 0 disables
|
226 | 226 | #wal_sender_timeout = 60s# in milliseconds; 0 disables
|
227 | 227 |
|
228 |
| -#max_replication_slots = 0# max number of replication slots. |
| 228 | +#max_replication_slots = 0# max number of replication slots |
229 | 229 | # (change requires restart)
|
230 | 230 |
|
231 | 231 | # - Master Server -
|
|
481 | 481 | #autovacuum_analyze_scale_factor = 0.1# fraction of table size before analyze
|
482 | 482 | #autovacuum_freeze_max_age = 200000000# maximum XID age before forced vacuum
|
483 | 483 | # (change requires restart)
|
484 |
| -#autovacuum_multixact_freeze_max_age = 400000000# maximumMultixact age |
| 484 | +#autovacuum_multixact_freeze_max_age = 400000000# maximummultixact age |
485 | 485 | # before forced vacuum
|
486 | 486 | # (change requires restart)
|
487 | 487 | #autovacuum_vacuum_cost_delay = 20ms# default vacuum cost delay for
|
|