Skip to content

Commit f4c88ce

Browse files
committed
Formatting and punctuation improvements in postgresql.conf.sample
1 parent b25da86 commit f4c88ce

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@
322322
#max_standby_streaming_delay = 30s # max delay before canceling queries
323323
# when reading streaming WAL;
324324
# -1 allows indefinite delay
325-
#wal_receiver_create_temp_slot = off # Create temp slot if primary_slot_name
326-
# is not set.
325+
#wal_receiver_create_temp_slot = off # create temp slot if primary_slot_name
326+
# is not set
327327
#wal_receiver_status_interval = 10s # send replies at least this often
328328
# 0 disables
329329
#hot_standby_feedback = off # send info from standby to prevent
@@ -498,20 +498,20 @@
498498
# statements running at least this number
499499
# of milliseconds
500500

501-
#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of statements
501+
#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of statements
502502
# and their durations, > 0 logs only a sample of
503503
# statements running at least this number
504-
# of milliseconds
505-
# Sample fraction is determined by log_statement_sample_rate
504+
# of milliseconds;
505+
# sample fraction is determined by log_statement_sample_rate
506506

507-
#log_statement_sample_rate = 1.0 # Fraction of logged statements exceeding
508-
# log_min_duration_sample to be logged.
509-
# 1.0 logs all such statements, 0.0 never logs.
507+
#log_statement_sample_rate = 1.0 # fraction of logged statements exceeding
508+
# log_min_duration_sample to be logged;
509+
# 1.0 logs all such statements, 0.0 never logs
510510

511511

512-
#log_transaction_sample_rate = 0.0 # Fraction of transactions whose statements
513-
# are logged regardless of their duration. 1.0 logs all
514-
# statements from all transactions, 0.0 never logs.
512+
#log_transaction_sample_rate = 0.0 # fraction of transactions whose statements
513+
# are logged regardless of their duration; 1.0 logs all
514+
# statements from all transactions, 0.0 never logs
515515

516516
# - What to Log -
517517

@@ -608,7 +608,7 @@
608608
#autovacuum_vacuum_threshold = 50 # min number of row updates before
609609
# vacuum
610610
#autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts
611-
# before vacuum. -1 disables insert
611+
# before vacuum; -1 disables insert
612612
# vacuums
613613
#autovacuum_analyze_threshold = 50 # min number of row updates before
614614
# analyze

0 commit comments

Comments
 (0)