From: Bruce Momjian Date: Mon, 18 Apr 2005 18:29:57 +0000 (+0000) Subject: Added to TODO: X-Git-Tag: REL8_1_0BETA1~993 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07dfdb8dd0bf0bb71aae86dd11260c9c43ff5d2f;p=postgresql Added to TODO: > * Compress WAL entries [wal] --- diff --git a/doc/TODO b/doc/TODO index 398ceddccf..7b536fffba 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Apr 18 11:03:14 EDT 2005 +Last updated: Mon Apr 18 14:29:53 EDT 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -850,6 +850,7 @@ Write-Ahead Log database) in favor of this capability. * Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving +* Compress WAL entries [wal] Optimizer / Executor