]> granicus.if.org Git - postgresql/commitdiff
Properly indent postgresql.conf comments to align
authorBruce Momjian <bruce@momjian.us>
Thu, 27 Oct 2016 01:16:20 +0000 (21:16 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 27 Oct 2016 01:16:50 +0000 (21:16 -0400)
A few comments were misaligned.

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

index cf3400538a0ccb5c1843071bb8f19c613e69a7a7..7c2daa54bc8d0aee348d283226b3f34a0a699aa9 100644 (file)
 #max_worker_processes = 8              # (change requires restart)
 #max_parallel_workers_per_gather = 2   # taken from max_worker_processes
 #old_snapshot_threshold = -1           # 1min-60d; -1 disables; 0 is immediate
-                                                                       # (change requires restart)
+                                       # (change requires restart)
 #backend_flush_after = 0               # 0 disables, default is 0
 
 
 #wal_level = minimal                   # minimal, replica, or logical
                                        # (change requires restart)
 #fsync = on                            # flush data to disk for crash safety
-                                               # (turning this off can cause
-                                               # unrecoverable data corruption)
+                                       # (turning this off can cause
+                                       # unrecoverable data corruption)
 #synchronous_commit = on               # synchronization level;
                                        # off, local, remote_write, remote_apply, or on
 #wal_sync_method = fsync               # the default is the first option
 #session_replication_role = 'origin'
 #statement_timeout = 0                 # in milliseconds, 0 is disabled
 #lock_timeout = 0                      # in milliseconds, 0 is disabled
-#idle_in_transaction_session_timeout = 0               # in milliseconds, 0 is disabled
+#idle_in_transaction_session_timeout = 0       # in milliseconds, 0 is disabled
 #vacuum_freeze_min_age = 50000000
 #vacuum_freeze_table_age = 150000000
 #vacuum_multixact_freeze_min_age = 5000000