8000 Rename conf.add to aqo.conf. · postgrespro/aqo@fd700fe · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd700fe

Browse files
Alexandra Pervushinadanolivo
Alexandra Pervushina
authored andcommitted
< 8000 div>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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0