pgsql: Update for VACUUM FULL: < reindex rather than update the - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update for VACUUM FULL: < reindex rather than update the
Date
Msg-id 20070131030736.E77FD9FB414@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update for VACUUM FULL:

<   reindex rather than update the index.
>   reindex rather than update the index.  Also, index updates can
>   bloat the index.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2056 -> r1.2057)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2056&r2=1.2057)
    pgsql/doc/src/FAQ:
        TODO.html (r1.557 -> r1.558)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.557&r2=1.558)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: odbclink - odbclink: Fixed message condition bug.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX