Commit eeed2274 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Auto-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
parent 86c8cc6d
...@@ -6,7 +6,7 @@ TODO list for PostgreSQL ...@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sun Nov 28 00:12:08 EST 2004 Last updated: Sun Nov 28 21:29:24 EST 2004
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.
...@@ -696,6 +696,10 @@ Vacuum ...@@ -696,6 +696,10 @@ Vacuum
This allows vacuum to reclaim free space without requiring This allows vacuum to reclaim free space without requiring
a sequential scan a sequential scan
* Auto-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
Locking Locking
======= =======
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment