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

Commit 9700b25

Browse files
committed
Formatting and punctuation improvements in sample configuration files
1 parent 93e6892 commit 9700b25

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
archive_mode = 'on'
1+
archive_mode = on
22
archive_library = 'basic_archive'
33
basic_archive.archive_directory = '.'
4-
wal_level = 'replica'
4+
wal_level = replica

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
# logging_collector to be on.
450450

451451
# This is used when logging to stderr:
452-
#logging_collector = off # Enable capturing of stderr, jsonlog
452+
#logging_collector = off # Enable capturing of stderr, jsonlog,
453453
# and csvlog into log files. Required
454454
# to be on for csvlogs and jsonlogs.
455455
# (change requires restart)
@@ -536,9 +536,9 @@
536536
# statements from all transactions, 0.0 never logs
537537

538538
#log_startup_progress_interval = 10s # Time between progress updates for
539-
# long-running startup operations.
540-
# 0 disables the feature, > 0 indicates
541-
# the interval in milliseconds.
539+
# long-running startup operations.
540+
# 0 disables the feature, > 0 indicates
541+
# the interval in milliseconds.
542542

543543
# - What to Log -
544544

0 commit comments

Comments
 (0)