Fix typo.

This commit is contained in:
Etsuro Fujita 2019-05-14 16:05:37 +09:00
parent 0b62f0f255
commit 7d9eca59cf
1 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,8 @@
#log_min_duration_statement = -1 # logs statements and their durations
# according to log_statement_sample_rate. -1 is disabled,
# 0 logs all statement, > 0 logs only statements running at
# least this number of milliseconds.
# 0 logs all statements, > 0 logs only statements running
# at least this number of milliseconds.
#log_statement_sample_rate = 1.0 # Fraction of logged statements exceeding
# log_min_duration_statement to be logged.