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-0003HV-24@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4f47c8e7d438a0ae8ea631cd0c3b92db5593901d

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/