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-0003Ha-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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3a45ac076aab6ba38830d84be6c8e99ccecdd8ce

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/