From 52b784a72804ff1c2a2408394315f80570f42d62 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Aug 2002 23:13:37 +0000 Subject: [PATCH] Add: > partial page writes [wal] --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 36dda9ad67..e493aa1ea8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ 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) @@ -437,7 +437,7 @@ Write-Ahead Log * 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 - partial page writes + partial page writes [wal] * 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 (Bruce) -- 2.11.0