From eeed2274e59c9a4f43839567716858978e384944 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Nov 2004 02:29:28 +0000 Subject: [PATCH] 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 --- doc/TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index f6f942bb3f..d8c7c9093d 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: 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 site, http://www.PostgreSQL.org. @@ -696,6 +696,10 @@ Vacuum This allows vacuum to reclaim free space without requiring 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 ======= -- 2.40.0