aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-12 18:12:12 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-12 18:12:12 +0000
commit1b87c3f77ab1b3b15f89fc83234e124fa4311167 (patch)
tree270e3c9c1c5d6da4003828776e10ea548f112461
parent03b12ef9878d337aeb5047f6e3edfac9ecff328a (diff)
downloadpostgresql-1b87c3f77ab1b3b15f89fc83234e124fa4311167.tar.gz
postgresql-1b87c3f77ab1b3b15f89fc83234e124fa4311167.zip
Add:
> * Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when > not doing WAL archiving
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5949762aa2d..5f4f2451415 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Nov 10 23:36:48 EST 2004
+Last updated: Fri Nov 12 13:12:06 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -769,6 +769,8 @@ Write-Ahead Log
remove the 'fsync' parameter (which results in an an inconsistent
database) in favor of this capability.
+* Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when
+ not doing WAL archiving
Optimizer / Executor
====================