pgsql: Update for VACUUM FULL: < reindex rather than update the

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update for VACUUM FULL: < reindex rather than update the
Дата
Msg-id 20070131030736.E77FD9FB414@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: odbclink - odbclink: Fixed message condition bug.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX