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 \
3434fdw_srcdir = $(top_srcdir ) /contrib/postgres_fdw
3535stat_srcdir = $(top_srcdir ) /contrib/pg_stat_statements
3636PG_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
3838EXTRA_INSTALL = contrib/postgres_fdw contrib/pg_stat_statements
3939
4040DATA = 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