diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-23 16:14:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-23 16:14:04 +0000 |
commit | 9d25b39c80ef179802baf5a88433e6ab31ed6a3a (patch) | |
tree | 0c77b84a1a9ac81c49d0740c240a3253aab52101 | |
parent | a7b724105971697bb154feb5edf153c75ba4c1aa (diff) |
Add:
> * Reorder postgresql.conf WAL items in order of importance
> * Remove wal_files postgresql.conf option because WAL files are now recycled
> * Find proper defaults for postgresql.conf WAL entries
> * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
> that are too frequent
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jan 22 17:22:16 EST 2002 +Last updated: Wed Jan 23 11:12:42 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -410,6 +410,11 @@ WRITE-AHEAD LOG partial page writes * Turn off after-change writes if fsync is disabled (?) * Add WAL index reliability improvement to non-btree indexes +* Reorder postgresql.conf WAL items in order of importance +* Remove wal_files postgresql.conf option because WAL files are now recycled +* Find proper defaults for postgresql.conf WAL entries +* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints + that are too frequent OPTIMIZER/EXECUTOR |