1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Added to TODO:

> * Compress WAL entries [wal]
This commit is contained in:
Bruce Momjian 2005-04-18 18:29:57 +00:00
parent 01979d1bd5
commit 07dfdb8dd0

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -850,6 +850,7 @@ Write-Ahead Log
database) in favor of this capability. database) in favor of this capability.
* Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving * Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
* Compress WAL entries [wal]
Optimizer / Executor Optimizer / Executor