bundles/postgresql: remove version-specific options
This commit is contained in:
parent
9aacb8f506
commit
272a11f7d3
2 changed files with 2 additions and 7 deletions
|
@ -27,7 +27,5 @@ log_min_duration_statement = -1
|
|||
% endif
|
||||
effective_io_concurrency = ${effective_io_concurrency}
|
||||
max_worker_processes = ${max_worker_processes}
|
||||
% 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