diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-07-06 21:18:03 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-07-06 21:18:03 -0400 |
commit | 397bf6eed81bfaacb84065b912a8968a179b4166 (patch) | |
tree | 1c67dceaa8adf86eb18de8c24dfeb03ae1e16551 | |
parent | 9b7bb106e023ced822d5ed4846d445737e54e118 (diff) | |
download | postgresql-397bf6eed81bfaacb84065b912a8968a179b4166.tar.gz postgresql-397bf6eed81bfaacb84065b912a8968a179b4166.zip |
Fix typos
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 3fa05403bbc..a0abc2c2e00 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -161,7 +161,7 @@ #bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round #bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round #bgwriter_flush_after = 0 # 0 disables, - # default is 512kb on linux, 0 otherwise + # default is 512kB on linux, 0 otherwise # - Asynchronous Behavior - @@ -212,7 +212,7 @@ #min_wal_size = 80MB #checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0 #checkpoint_flush_after = 0 # 0 disables, - # default is 256kb on linux, 0 otherwise + # default is 256kB on linux, 0 otherwise #checkpoint_warning = 30s # 0 disables # - Archiving - |