Commit 52b784a7 authored by Bruce Momjian's avatar Bruce Momjian

Add:

>   partial page writes [wal]
parent 3109e33e
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Aug 26 19:00:53 EDT 2002 Last updated: Mon Aug 26 19:13:30 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -437,7 +437,7 @@ Write-Ahead Log ...@@ -437,7 +437,7 @@ Write-Ahead Log
* Have after-change WAL write()'s write only modified data to kernel * Have after-change WAL write()'s write only modified data to kernel
* Reduce number of after-change WAL writes; they exist only to gaurd against * Reduce number of after-change WAL writes; they exist only to gaurd against
partial page writes partial page writes [wal]
* Turn off after-change writes if fsync is disabled (?) * Turn off after-change writes if fsync is disabled (?)
* Add WAL index reliability improvement to non-btree indexes * Add WAL index reliability improvement to non-btree indexes
* -Reorder postgresql.conf WAL items in order of importance (Bruce) * -Reorder postgresql.conf WAL items in order of importance (Bruce)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment