pgsql: Add: > * Auto-vacuum > o Move into the backend code > o Scan

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > * Auto-vacuum > o Move into the backend code > o Scan
Date: 2004-11-29 02:29:29
Message-ID: 20041129022929.DCD923A4DAB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc:
TODO (r1.1401 -> r1.1402)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1401&r2=1.1402)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-11-29 03:02:09 pgsql: Add comment explaining possible compiler warning: /* *
Previous Message Bruce Momjian 2004-11-29 01:58:11 pgsql: Typo fixes.