diff options
| author | Bruce Momjian | 2015-11-14 19:00:17 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2015-11-14 19:00:17 +0000 |
| commit | e57646e96284d4bad79f87a5c1dfbcd8f5434020 (patch) | |
| tree | 1bb0cf02960c6d1801aa332be157c131fb5122f3 | |
| parent | 025106e314627f5aacdf72fca52ba0ed985d696e (diff) | |
Fix spelling error in postgresql.conf
Report by Greg Clough
| -rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index dcf929f9937..029114fc22d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -158,7 +158,7 @@ #bgwriter_delay = 200ms # 10-10000ms between rounds #bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round -#bgwriter_lru_multiplier = 2.0 # 0-10.0 multipler on buffers scanned/round +#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round # - Asynchronous Behavior - |
