projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fce233
)
No need to use checkpoint_warning to log checkpoints --- we added
author
Bruce Momjian
Sat, 16 Feb 2008 21:14:08 +0000
(21:14 +0000)
committer
Bruce Momjian
Sat, 16 Feb 2008 21:14:08 +0000
(21:14 +0000)
log_checkpoints in 8.3.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 68ee06fae03586edd1910efac8f27c654b63963b..ceaeb205d91da7729b7c7859476e8253d9a19632 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-1,4
+1,4
@@
-
+
Server Configuration
@@
-1638,9
+1638,6
@@
SET ENABLE_SEQSCAN TO OFF;
30 seconds (
30s>). Zero disables the warning.
This parameter can only be set in the
postgresql.conf>
file or on the server command line.
- (Set it to a value greater than
checkpoint_timeout> to
- log all checkpoints. Of course, the warning suggesting increasing
-
checkpoint_segments> should be ignored.)