postgresql/contrib/pg_freespacemap
Michael Paquier c14a9eeec4 Avoid instabilities with the regression tests of pg_freespacemap
It was possible to run those tests with installcheck, but they are
actually unstable as concurrent autovacuum jobs could prevent the
truncation of the filespace map to happen (aka the scan of pg_database
when building the list of relations to clean), an assumption we rely on
when checking that the FSM of the relation gets truncated during a
manual vacuum after deleting all the relation's data.

This commit adds a NO_INSTALLCHECK to disallow installcheck, and
introduces the use of a custom configuration file with autovacuum
disabled.

It happens that we already do that in the recovery test
008_fsm_truncation, for example.

Reported-by: Tom Lane, via buildfarm member skink
Discussion: https://postgr.es/m/381910.1648401526@sss.pgh.pa.us
2022-03-29 13:52:49 +09:00
..
expected Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
sql Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
.gitignore Add some basic regression tests for pg_freespacemap 2022-03-24 09:36:30 +09:00
Makefile Avoid instabilities with the regression tests of pg_freespacemap 2022-03-29 13:52:49 +09:00
pg_freespacemap--1.0--1.1.sql Update pg_freespacemap extension for parallel query. 2016-06-09 17:18:16 -04:00
pg_freespacemap--1.1--1.2.sql Default monitoring roles 2017-03-30 14:18:53 -04:00
pg_freespacemap--1.1.sql Update pg_freespacemap extension for parallel query. 2016-06-09 17:18:16 -04:00
pg_freespacemap.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
pg_freespacemap.conf Avoid instabilities with the regression tests of pg_freespacemap 2022-03-29 13:52:49 +09:00
pg_freespacemap.control Default monitoring roles 2017-03-30 14:18:53 -04:00