1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Add checkpoint_warning to warn of excessive checkpoints caused by too

few WAL files.
This commit is contained in:
Bruce Momjian
2002-11-15 02:44:57 +00:00
parent 3779f7fd9f
commit 2986aa6a66
6 changed files with 52 additions and 5 deletions

View File

@ -65,6 +65,7 @@
#
#checkpoint_segments = 3 # in logfile segments, min 1, 16MB each
#checkpoint_timeout = 300 # range 30-3600, in seconds
#checkpoint_warning = 30 # 0 is off, in seconds
#
#commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000