projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf7a2e
)
Clarify that bgwriter no longer handles checkpoints.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 20 Jan 2012 02:52:51 +0000
(21:52 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 20 Jan 2012 02:53:46 +0000
(21:53 -0500)
Text by Peter Geoghegan.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 0cc329691dde66b2d26ab72aa55e8d91ec06c6fb..58e8ede239ffebcb526285cf563abe5d2f9829cd 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-1342,7
+1342,8
@@
SET ENABLE_SEQSCAN TO OFF;
<para>
In each round, no more than this many buffers will be written
by the background writer. Setting this to zero disables
- background writing (except for checkpoint activity).
+ background writing. (Note that checkpoints, which are managed by
+ a separate, dedicated auxiliary process, are unaffected.)
The default value is 100 buffers.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.