Skip to content

Commit fd700fe

Browse files
Alexandra Pervushinadanolivo
Alexandra Pervushina
authored andcommitted
Rename conf.add to aqo.conf.
Change max_parallel_workers_per_gather to max_parallel_maintenance_workers.
1 parent 7c443af commit fd700fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ REGRESS = aqo_disabled \
3434
fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw
3535
stat_srcdir = $(top_srcdir)/contrib/pg_stat_statements
3636
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
3838
EXTRA_INSTALL = contrib/postgres_fdw contrib/pg_stat_statements
3939

4040
DATA = aqo--1.0.sql aqo--1.0--1.1.sql aqo--1.1--1.2.sql aqo--1.2.sql \

‎aqo.conf

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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'

‎conf.add

-4
This file was deleted.

0 commit comments

Comments
 (0)