bundles/postgresql: some improvements
This commit is contained in:
parent
54d0c42da6
commit
76eef92ee2
3 changed files with 11 additions and 30 deletions
|
@ -27,7 +27,7 @@ log_min_duration_statement = -1
|
|||
% endif
|
||||
effective_io_concurrency = ${effective_io_concurrency}
|
||||
max_worker_processes = ${max_worker_processes}
|
||||
% if version_list >= [10]:
|
||||
% if version >= 10:
|
||||
max_parallel_workers = ${max_parallel_workers}
|
||||
% endif
|
||||
max_parallel_workers_per_gather = ${max_parallel_workers_per_gather}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue