pgsql: Add: > * Allow FSM to return free space toward the beginning of - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: > * Allow FSM to return free space toward the beginning of
Date
Msg-id 20060303031304.6F8CF9DC88D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add:

> * Allow FSM to return free space toward the beginning of the heap file,
>   in hopes that empty pages at the end can be truncated by VACUUM

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1776 -> r1.1777)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1776&r2=1.1777)
    pgsql/doc/src/FAQ:
        TODO.html (r1.280 -> r1.281)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.280&r2=1.281)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Appended is a small documentation patch that adds a note to the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add CASCADE option to TRUNCATE.