pgsql: Disable autovacuum for BRIN test table - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Disable autovacuum for BRIN test table
Date
Msg-id E1k7nuU-0003HY-2S@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/060e5bd70e4d93ec8bf1e72b3bcee07665f89a6c

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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix description of UNION/CASE/etc type unification.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add PL/Sample to src/test/modules/