pgsql: Move increase FSM warning to after lazy_truncate_heap() because

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Move increase FSM warning to after lazy_truncate_heap() because
Дата
Msg-id 20070221221521.7E37E9FBC31@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Move increase FSM warning to after lazy_truncate_heap() because the
function might reduce the number of free pages in the table.  Recommend
VACUUM FULL only if 20% free.

Simon Riggs.

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.83&r2=1.84)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: btree source code cleanups: I refactored findsplitloc and
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update new optional VACUUM FULL hint for translations, per