File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ REGRESS = aqo_disabled \
34
34
fdw_srcdir = $(top_srcdir ) /contrib/postgres_fdw
35
35
stat_srcdir = $(top_srcdir ) /contrib/pg_stat_statements
36
36
PG_CPPFLAGS += -I$(libpq_srcdir ) -I$(fdw_srcdir ) -I$(stat_srcdir )
37
- EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /conf.add
37
+ EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /aqo.conf
38
38
EXTRA_INSTALL = contrib/postgres_fdw contrib/pg_stat_statements
39
39
40
40
DATA = aqo--1.0.sql aqo--1.0--1.1.sql aqo--1.1--1.2.sql aqo--1.2.sql \
Original file line number Diff line number Diff line change
1
+ autovacuum = off
2
+ shared_preload_libraries = 'postgres_fdw, aqo'
3
+ max_parallel_maintenance_workers = 1 # switch off parallel workers because of unsteadiness
4
+ aqo.wide_search = 'on'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments