pgsql: Disable autovacuum for BRIN test table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Disable autovacuum for BRIN test table
Дата
Msg-id E1k7nuU-0003Hg-3h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Disable autovacuum for BRIN test table

This should improve stability in the tests.

Per buildfarm member hyrax (CLOBBER_CACHE_ALWAYS) via Tom Lane.

Discussion: https://postgr.es/m/871534.1597503261@sss.pgh.pa.us

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/aa4da2674ca2d9d31af4082e1cf3837b55a85a43

Modified Files
--------------
src/test/regress/expected/brin.out | 2 +-
src/test/regress/sql/brin.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix description of UNION/CASE/etc type unification.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add PL/Sample to src/test/modules/