Re: Add pg_freespacemap extension sql test

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add pg_freespacemap extension sql test
Дата
Msg-id YkKTtE2/oqxAZtse@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add pg_freespacemap extension sql test  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Mon, Mar 28, 2022 at 12:12:48PM +0900, Michael Paquier wrote:
> It seems to me here that the snapshot hold by autovacuum during the
> scan of pg_database to find the relations to process is enough to
> prevent the FSM truncation, as the tuples cleaned up by the DELETE
> query still need to be visible.  One simple way to keep this test
> would be a custom configuration file with autovacuum disabled and
> NO_INSTALLCHECK.

Well, done this way.  We already do that in other tests that rely on a
FSM truncation to happen, like 008_fsm_truncation.pl.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add LZ4 compression in pg_dump
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Logical replication timeout problem