We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7bb10 commit 397bf6eCopy full SHA for 397bf6e
src/backend/utils/misc/postgresql.conf.sample
@@ -161,7 +161,7 @@
161
#bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round
162
#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round
163
#bgwriter_flush_after = 0 # 0 disables,
164
- # default is 512kb on linux, 0 otherwise
+ # default is 512kB on linux, 0 otherwise
165
166
# - Asynchronous Behavior -
167
@@ -212,7 +212,7 @@
212
#min_wal_size = 80MB
213
#checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
214
#checkpoint_flush_after = 0 # 0 disables,
215
- # default is 256kb on linux, 0 otherwise
+ # default is 256kB on linux, 0 otherwise
216
#checkpoint_warning = 30s # 0 disables
217
218
# - Archiving -
0 commit comments