bundles/postgresql: some improvements

This commit is contained in:
Franzi 2023-07-14 05:45:26 +02:00
parent 54d0c42da6
commit 76eef92ee2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 11 additions and 30 deletions

View file

@ -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}