|
110 | 110 | #ssl_crl_file = ''
|
111 | 111 | #ssl_crl_dir = ''
|
112 | 112 | #ssl_key_file = 'server.key'
|
113 |
| -#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers |
| 113 | +#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers |
114 | 114 | #ssl_prefer_server_ciphers = on
|
115 | 115 | #ssl_ecdh_curve = 'prime256v1'
|
116 | 116 | #ssl_min_protocol_version = 'TLSv1.2'
|
|
246 | 246 |
|
247 | 247 | # - Prefetching during recovery -
|
248 | 248 |
|
249 |
| -#recovery_prefetch = try # prefetch pages referenced in the WAL? |
250 |
| -#wal_decode_buffer_size = 512kB # lookahead window used for prefetching |
251 |
| - # (change requires restart) |
| 249 | +#recovery_prefetch = try # prefetch pages referenced in the WAL? |
| 250 | +#wal_decode_buffer_size = 512kB # lookahead window used for prefetching |
| 251 | + # (change requires restart) |
252 | 252 |
|
253 | 253 | # - Archiving -
|
254 | 254 |
|
|
280 | 280 | # Set these only when performing a targeted recovery.
|
281 | 281 |
|
282 | 282 | #recovery_target = '' # 'immediate' to end recovery as soon as a
|
283 |
| - # consistent state is reached |
| 283 | + # consistent state is reached |
284 | 284 | # (change requires restart)
|
285 | 285 | #recovery_target_name = '' # the named restore point to which recovery will proceed
|
286 | 286 | # (change requires restart)
|
|
290 | 290 | # (change requires restart)
|
291 | 291 | #recovery_target_lsn = '' # the WAL LSN up to which recovery will proceed
|
292 | 292 | # (change requires restart)
|
293 |
| -#recovery_target_inclusive = on # Specifies whether to stop: |
| 293 | +#recovery_target_inclusive = on # Specifies whether to stop: |
294 | 294 | # just after the specified recovery target (on)
|
295 | 295 | # just before the recovery target (off)
|
296 | 296 | # (change requires restart)
|
297 | 297 | #recovery_target_timeline = 'latest' # 'current', 'latest', or timeline ID
|
298 |
| - # (change requires restart) |
| 298 | + # (change requires restart) |
299 | 299 | #recovery_target_action = 'pause' # 'pause', 'promote', 'shutdown'
|
300 |
| - # (change requires restart) |
| 300 | + # (change requires restart) |
301 | 301 |
|
302 | 302 |
|
303 | 303 | #------------------------------------------------------------------------------
|
|
399 | 399 | #cpu_tuple_cost = 0.01 # same scale as above
|
400 | 400 | #cpu_index_tuple_cost = 0.005 # same scale as above
|
401 | 401 | #cpu_operator_cost = 0.0025 # same scale as above
|
402 |
| -#parallel_setup_cost = 1000.0 # same scale as above |
| 402 | +#parallel_setup_cost = 1000.0 # same scale as above |
403 | 403 | #parallel_tuple_cost = 0.1 # same scale as above
|
404 | 404 | #min_parallel_table_scan_size = 8MB
|
405 | 405 | #min_parallel_index_scan_size = 512kB
|
|
460 | 460 | #log_directory = 'log' # directory where log files are written,
|
461 | 461 | # can be absolute or relative to PGDATA
|
462 | 462 | #log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern,
|
463 |
| - # can include strftime() escapes |
| 463 | + # can include strftime() escapes |
464 | 464 | #log_file_mode = 0600 # creation mode for log files,
|
465 | 465 | # begin with 0 to use octal notation
|
466 | 466 | #log_rotation_age = 1d # Automatic rotation of logfiles will
|
|
642 | 642 | #autovacuum_vacuum_threshold = 50 # min number of row updates before
|
643 | 643 | # vacuum
|
644 | 644 | #autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts
|
645 |
| - # before vacuum; -1 disables insert |
646 |
| - # vacuums |
| 645 | + # before vacuum; -1 disables insert |
| 646 | + # vacuums |
647 | 647 | #autovacuum_analyze_threshold = 50 # min number of row updates before
|
648 | 648 | # analyze
|
649 | 649 | #autovacuum_vacuum_scale_factor = 0.2 # fraction of table size before vacuum
|
650 | 650 | #autovacuum_vacuum_insert_scale_factor = 0.2 # fraction of inserts over table
|
651 |
| - # size before insert vacuum |
| 651 | + # size before insert vacuum |
652 | 652 | #autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze
|
653 | 653 | #autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum
|
654 | 654 | # (change requires restart)
|
655 | 655 | #autovacuum_multixact_freeze_max_age = 400000000 # maximum multixact age
|
656 |
| - # before forced vacuum |
657 |
| - # (change requires restart) |
| 656 | + # before forced vacuum |
| 657 | + # (change requires restart) |
658 | 658 | #autovacuum_vacuum_cost_delay = 2ms # default vacuum cost delay for
|
659 | 659 | # autovacuum, in milliseconds;
|
660 | 660 | # -1 means use vacuum_cost_delay
|
|
691 | 691 | #default_transaction_read_only = off
|
692 | 692 | #default_transaction_deferrable = off
|
693 | 693 | #session_replication_role = 'origin'
|
694 |
| -#statement_timeout = 0 # in milliseconds, 0 is disabled |
695 |
| -#lock_timeout = 0 # in milliseconds, 0 is disabled |
| 694 | +#statement_timeout = 0 # in milliseconds, 0 is disabled |
| 695 | +#lock_timeout = 0 # in milliseconds, 0 is disabled |
696 | 696 | #idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled
|
697 |
| -#idle_session_timeout = 0 # in milliseconds, 0 is disabled |
| 697 | +#idle_session_timeout = 0 # in milliseconds, 0 is disabled |
698 | 698 | #vacuum_freeze_table_age = 150000000
|
699 | 699 | #vacuum_freeze_min_age = 50000000
|
700 | 700 | #vacuum_failsafe_age = 1600000000
|
|
713 | 713 | #datestyle = 'iso, mdy'
|
714 | 714 | #intervalstyle = 'postgres'
|
715 | 715 | #timezone = 'GMT'
|
716 |
| -#timezone_abbreviations = 'Default' # Select the set of available time zone |
| 716 | +#timezone_abbreviations = 'Default' # Select the set of available time zone |
717 | 717 | # abbreviations. Currently, there are
|
718 | 718 | # Default
|
719 | 719 | # Australia (historical usage)
|
|
742 | 742 |
|
743 | 743 | #local_preload_libraries = ''
|
744 | 744 | #session_preload_libraries = ''
|
745 |
| -#shared_preload_libraries = '' # (change requires restart) |
| 745 | +#shared_preload_libraries = '' # (change requires restart) |
746 | 746 | #jit_provider = 'llvmjit' # JIT library to use
|
747 | 747 |
|
748 | 748 | # - Other Defaults -
|
|
763 | 763 | #max_pred_locks_per_relation = -2 # negative values mean
|
764 | 764 | # (max_pred_locks_per_transaction
|
765 | 765 | # / -max_pred_locks_per_relation) - 1
|
766 |
| -#max_pred_locks_per_page = 2 # min 0 |
| 766 | +#max_pred_locks_per_page = 2 # min 0 |
767 | 767 |
|
768 | 768 |
|
769 | 769 | #------------------------------------------------------------------------------
|
|
0 commit comments