Skip to content

Commit 7d9eca5

Browse files
author
Etsuro Fujita
committed
Fix typo.
1 parent 0b62f0f commit 7d9eca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,8 @@
490490

491491
#log_min_duration_statement = -1 # logs statements and their durations
492492
# according to log_statement_sample_rate. -1 is disabled,
493-
# 0 logs all statement, > 0 logs only statements running at
494-
# least this number of milliseconds.
493+
# 0 logs all statements, > 0 logs only statements running
494+
# at least this number of milliseconds.
495495

496496
#log_statement_sample_rate = 1.0 # Fraction of logged statements exceeding
497497
# log_min_duration_statement to be logged.

0 commit comments

Comments
 (0)