Skip to content

Commit c6bdaf7

Browse files
committed
Bugfix: we should use max_parallel_workers_per_gather == 0 to turn off
parallel plans by default because of unsteadiness. Use explicit SET in the test that really needed parallel features.
1 parent 0eafe6f commit c6bdaf7

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 # switch off parallel workers because of unsteadiness

0 commit comments

Comments
 (0)