Tom Lane <[email protected]> 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
vacuum-full_20091207a.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
