projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d90eaa
)
Fix sentence in docs: checkpoints are not done by bgwriter anymore.
author
Heikki Linnakangas
Thu, 26 Jan 2012 17:08:20 +0000
(19:08 +0200)
committer
Heikki Linnakangas
Thu, 26 Jan 2012 17:08:20 +0000
(19:08 +0200)
doc/src/sgml/wal.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/wal.sgml
b/doc/src/sgml/wal.sgml
index 843d5c88805dcab4b1a04dc35f5b3e710486a016..1d1924bc8df24342b116b56823f638cbc007b6f9 100644
(file)
--- a/
doc/src/sgml/wal.sgml
+++ b/
doc/src/sgml/wal.sgml
@@
-419,7
+419,7
@@
- The server's
background wri
ter process automatically performs
+ The server's
checkpoin
ter process automatically performs
a checkpoint every so often. A checkpoint is created every
linkend="guc-checkpoint-segments"> log segments, or every
linkend="guc-checkpoint-timeout"> seconds, whichever comes first.