Re: New VACUUM FULL

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: New VACUUM FULL
Дата
Msg-id 20091207165526.9550.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: New VACUUM FULL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: New VACUUM FULL  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Re: New VACUUM FULL  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> You should take those out again; if I am the committer I certainly will.
> Such a test will guarantee complete instability of every other
> regression test, and it's not worth it.

I read the original comment was saying to add regression tests for
database-wide vacuums. But I'll reduce the range of vacuum if they
are not acceptable.

The new patch contains only table-based vacuum for local tables and some of
system tables to test non-INPLACE vacuum are not used for system tables.
    VACUUM FULL pg_am;
    VACUUM FULL pg_class;
    VACUUM FULL pg_database;

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: named generic constraints [feature request]
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reading recovery.conf earlier