Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 586a46c

Browse files
committed
Properly indent postgresql.conf comments to align
A few comments were misaligned.
1 parent a522fc3 commit 586a46c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
#max_worker_processes = 8 # (change requires restart)
166166
#max_parallel_workers_per_gather = 2 # taken from max_worker_processes
167167
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
168-
# (change requires restart)
168+
# (change requires restart)
169169
#backend_flush_after = 0 # 0 disables, default is 0
170170

171171

@@ -178,8 +178,8 @@
178178
#wal_level = minimal # minimal, replica, or logical
179179
# (change requires restart)
180180
#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)
183183
#synchronous_commit = on # synchronization level;
184184
# off, local, remote_write, remote_apply, or on
185185
#wal_sync_method = fsync # the default is the first option
@@ -538,7 +538,7 @@
538538
#session_replication_role = 'origin'
539539
#statement_timeout = 0 # in milliseconds, 0 is disabled
540540
#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
542542
#vacuum_freeze_min_age = 50000000
543543
#vacuum_freeze_table_age = 150000000
544544
#vacuum_multixact_freeze_min_age = 5000000

0 commit comments

Comments
 (0)