aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-25 23:13:22 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-25 23:13:22 +0000
commite341a5203720c4b007204268332941edbde20da6 (patch)
tree0453953106266bd69368a1bb3bb812ed78706a48
parent73ed6d61bd662324dee94f40539aaf0181fe16ce (diff)
downloadpostgresql-e341a5203720c4b007204268332941edbde20da6.tar.gz
postgresql-e341a5203720c4b007204268332941edbde20da6.zip
Add
> o Do VACUUM FULL if table is nearly empty?
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 254dd138a09..2b0e2e3a00a 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: Thu Mar 24 00:15:59 EST 2005
+Last updated: Fri Mar 25 18:13:22 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -760,6 +760,7 @@ Vacuum
o Move into the backend code
o Scan the buffer cache to find free space or use background writer
o Use free-space map information to guide refilling
+ o Do VACUUM FULL if table is nearly empty?
Locking
=======