aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-13 14:21:32 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-13 14:21:32 +0000
commite13c5cd33ba687a2d850ef067d8568bdafe93014 (patch)
tree377a82eefc428478e3ceaf0caeb2c41a65ad95e5
parentcbc1886b30b41ed095a56f7e6012348dbf909197 (diff)
downloadpostgresql-e13c5cd33ba687a2d850ef067d8568bdafe93014.tar.gz
postgresql-e13c5cd33ba687a2d850ef067d8568bdafe93014.zip
Add:
> > * Allow the size of the buffer cache used by temporary objects to be > specified as a GUC variable > > Larger local buffer cache sizes requires more efficient handling of > local cache lookups.
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5492ea207fc..85bb7b921c3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Dec 3 12:07:45 EST 2004
+Last updated: Mon Dec 13 09:21:27 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -687,6 +687,12 @@ Cache
o Query execute plan
o Query results
+* Allow the size of the buffer cache used by temporary objects to be
+ specified as a GUC variable
+
+ Larger local buffer cache sizes requires more efficient handling of
+ local cache lookups.
+
Vacuum
======