|
165 | 165 | #max_worker_processes = 8 # (change requires restart)
|
166 | 166 | #max_parallel_workers_per_gather = 2 # taken from max_worker_processes
|
167 | 167 | #old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
|
168 |
| - # (change requires restart) |
| 168 | + # (change requires restart) |
169 | 169 | #backend_flush_after = 0 # 0 disables, default is 0
|
170 | 170 |
|
171 | 171 |
|
|
178 | 178 | #wal_level = minimal # minimal, replica, or logical
|
179 | 179 | # (change requires restart)
|
180 | 180 | #fsync = on # flush data to disk for crash safety
|
181 |
| - # (turning this off can cause |
182 |
| - # unrecoverable data corruption) |
| 181 | + # (turning this off can cause |
| 182 | + # unrecoverable data corruption) |
183 | 183 | #synchronous_commit = on # synchronization level;
|
184 | 184 | # off, local, remote_write, remote_apply, or on
|
185 | 185 | #wal_sync_method = fsync # the default is the first option
|
|
538 | 538 | #session_replication_role = 'origin'
|
539 | 539 | #statement_timeout = 0 # in milliseconds, 0 is disabled
|
540 | 540 | #lock_timeout = 0 # in milliseconds, 0 is disabled
|
541 |
| -#idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled |
| 541 | +#idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled |
542 | 542 | #vacuum_freeze_min_age = 50000000
|
543 | 543 | #vacuum_freeze_table_age = 150000000
|
544 | 544 | #vacuum_multixact_freeze_min_age = 5000000
|
|
0 commit comments