diff --git a/Makefile b/Makefile index ab807d6d..d6ea34ff 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,11 @@ REGRESS = aqo_disabled \ gucs endif +# Set default values of some gucs to be stable on custom settings during +# a kind of installcheck +PGOPTIONS = --max_parallel_workers_per_gather=0 +export PGOPTIONS + fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw PG_CPPFLAGS += -I$(libpq_srcdir) -I$(fdw_srcdir) EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add diff --git a/conf.add b/conf.add index 936ca166..705e3dde 100644 --- a/conf.add +++ b/conf.add @@ -1,3 +1,2 @@ autovacuum = off shared_preload_libraries = 'postgres_fdw, aqo' -max_parallel_workers_per_gather = 0