Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a936846

Browse files
danolivoAndrey Lepikhov
authored andcommitted
Switch off parallel workers because of
unsteadiness. Change variable and remove comment. Induced by a test passing problem on the powerpc node of the buildfarm.
1 parent 2d17a49 commit a936846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.add

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
autovacuum = off
22
shared_preload_libraries = 'postgres_fdw, aqo'
3-
max_parallel_workers = 0 # switch off parallel workers because of unsteadiness
3+
max_parallel_workers_per_gather = 0

0 commit comments

Comments
 (0)