Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75e700d

Browse files
committed
improve alignment of postgresql.conf comments
Discussion:https://postgr.es/m/CAHut+Ps5MdQ1b4jp9rd63zfE2X25mV58y1W+hm2v53svtGDxBQ@mail.gmail.comAuthor: Peter SmithBackpatch-through: master
1 parent73635b6 commit75e700d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#ssl_crl_file = ''
111111
#ssl_crl_dir = ''
112112
#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
114114
#ssl_prefer_server_ciphers = on
115115
#ssl_ecdh_curve = 'prime256v1'
116116
#ssl_min_protocol_version = 'TLSv1.2'
@@ -246,9 +246,9 @@
246246

247247
# - Prefetching during recovery -
248248

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)
252252

253253
# - Archiving -
254254

@@ -280,7 +280,7 @@
280280
# Set these only when performing a targeted recovery.
281281

282282
#recovery_target = ''# 'immediate' to end recovery as soon as a
283-
# consistent state is reached
283+
# consistent state is reached
284284
# (change requires restart)
285285
#recovery_target_name = ''# the named restore point to which recovery will proceed
286286
# (change requires restart)
@@ -290,14 +290,14 @@
290290
# (change requires restart)
291291
#recovery_target_lsn = ''# the WAL LSN up to which recovery will proceed
292292
# (change requires restart)
293-
#recovery_target_inclusive = on# Specifies whether to stop:
293+
#recovery_target_inclusive = on# Specifies whether to stop:
294294
# just after the specified recovery target (on)
295295
# just before the recovery target (off)
296296
# (change requires restart)
297297
#recovery_target_timeline = 'latest'# 'current', 'latest', or timeline ID
298-
# (change requires restart)
298+
# (change requires restart)
299299
#recovery_target_action = 'pause'# 'pause', 'promote', 'shutdown'
300-
# (change requires restart)
300+
# (change requires restart)
301301

302302

303303
#------------------------------------------------------------------------------
@@ -399,7 +399,7 @@
399399
#cpu_tuple_cost = 0.01# same scale as above
400400
#cpu_index_tuple_cost = 0.005# same scale as above
401401
#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
403403
#parallel_tuple_cost = 0.1# same scale as above
404404
#min_parallel_table_scan_size = 8MB
405405
#min_parallel_index_scan_size = 512kB
@@ -460,7 +460,7 @@
460460
#log_directory = 'log'# directory where log files are written,
461461
# can be absolute or relative to PGDATA
462462
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'# log file name pattern,
463-
# can include strftime() escapes
463+
# can include strftime() escapes
464464
#log_file_mode = 0600# creation mode for log files,
465465
# begin with 0 to use octal notation
466466
#log_rotation_age = 1d# Automatic rotation of logfiles will
@@ -642,19 +642,19 @@
642642
#autovacuum_vacuum_threshold = 50# min number of row updates before
643643
# vacuum
644644
#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
647647
#autovacuum_analyze_threshold = 50# min number of row updates before
648648
# analyze
649649
#autovacuum_vacuum_scale_factor = 0.2# fraction of table size before vacuum
650650
#autovacuum_vacuum_insert_scale_factor = 0.2# fraction of inserts over table
651-
# size before insert vacuum
651+
# size before insert vacuum
652652
#autovacuum_analyze_scale_factor = 0.1# fraction of table size before analyze
653653
#autovacuum_freeze_max_age = 200000000# maximum XID age before forced vacuum
654654
# (change requires restart)
655655
#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)
658658
#autovacuum_vacuum_cost_delay = 2ms# default vacuum cost delay for
659659
# autovacuum, in milliseconds;
660660
# -1 means use vacuum_cost_delay
@@ -691,10 +691,10 @@
691691
#default_transaction_read_only = off
692692
#default_transaction_deferrable = off
693693
#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
696696
#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
698698
#vacuum_freeze_table_age = 150000000
699699
#vacuum_freeze_min_age = 50000000
700700
#vacuum_failsafe_age = 1600000000
@@ -713,7 +713,7 @@
713713
#datestyle = 'iso, mdy'
714714
#intervalstyle = 'postgres'
715715
#timezone = 'GMT'
716-
#timezone_abbreviations = 'Default'# Select the set of available time zone
716+
#timezone_abbreviations = 'Default'# Select the set of available time zone
717717
# abbreviations. Currently, there are
718718
# Default
719719
# Australia (historical usage)
@@ -742,7 +742,7 @@
742742

743743
#local_preload_libraries = ''
744744
#session_preload_libraries = ''
745-
#shared_preload_libraries = ''# (change requires restart)
745+
#shared_preload_libraries = ''# (change requires restart)
746746
#jit_provider = 'llvmjit'# JIT library to use
747747

748748
# - Other Defaults -
@@ -763,7 +763,7 @@
763763
#max_pred_locks_per_relation = -2# negative values mean
764764
# (max_pred_locks_per_transaction
765765
# / -max_pred_locks_per_relation) - 1
766-
#max_pred_locks_per_page = 2# min 0
766+
#max_pred_locks_per_page = 2# min 0
767767

768768

769769
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp